Move shellcheck inside mix lint

This commit is contained in:
Claudio Ortolina
2025-10-08 08:51:51 +03:00
parent 71cfb2e0e7
commit 5950739940
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -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
-2
View File
@@ -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