Move shellcheck inside mix lint
This commit is contained in:
@@ -150,7 +150,8 @@ defmodule MusicLibrary.MixProject do
|
|||||||
lint: [
|
lint: [
|
||||||
"format",
|
"format",
|
||||||
"credo",
|
"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,
|
# When running the migrate task WITHOUT setting the log_level option,
|
||||||
# Ecto defaults to debug IRRESPECTIVELY of the log level set in
|
# Ecto defaults to debug IRRESPECTIVELY of the log level set in
|
||||||
|
|||||||
@@ -8,6 +8,4 @@ source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh"
|
|||||||
|
|
||||||
ensure_working_directory!
|
ensure_working_directory!
|
||||||
|
|
||||||
fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color
|
|
||||||
|
|
||||||
mix lint
|
mix lint
|
||||||
|
|||||||
Reference in New Issue
Block a user