diff --git a/mix.exs b/mix.exs index 249d09cd..a1f130bc 100644 --- a/mix.exs +++ b/mix.exs @@ -150,7 +150,8 @@ defmodule MusicLibrary.MixProject do lint: [ "format", "credo", - "gettext.extract --merge" + "gettext.extract --merge", + "cmd fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color" ], # When running the migrate task WITHOUT setting the log_level option, # Ecto defaults to debug IRRESPECTIVELY of the log level set in diff --git a/scripts/dev/lint b/scripts/dev/lint index 3a714320..2c6c1764 100755 --- a/scripts/dev/lint +++ b/scripts/dev/lint @@ -8,6 +8,4 @@ source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh" ensure_working_directory! -fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color - mix lint