diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 00000000..8226afb6 --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1 @@ +external-sources=true diff --git a/mise.toml b/mise.toml index 6da5743d..edaf962e 100644 --- a/mise.toml +++ b/mise.toml @@ -10,6 +10,7 @@ DBUI_URL = 'sqlite:data/music_library_dev.db' hurl = 'latest' sqlite = 'latest' gh = 'latest' +shellcheck = 'latest' [task_config] includes = ["scripts"]