From 3a6e3f247c31c04fec39c39f208692b0c8fc904e Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 7 Oct 2025 17:21:39 +0300 Subject: [PATCH] Setup shellcheck --- .shellcheckrc | 1 + mise.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 .shellcheckrc 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"]