Ignore SC1010

This commit is contained in:
Claudio Ortolina
2025-10-08 00:37:12 +03:00
parent 9060c962c9
commit 2e1111a49e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ ensure_working_directory!
npm outdated --prefix assets npm outdated --prefix assets
# shellcheck disable=SC1010
mix do tailwind.check_version, esbuild.check_version, sqlean.check_version mix do tailwind.check_version, esbuild.check_version, sqlean.check_version
mix hex.outdated --all mix hex.outdated --all
+1
View File
@@ -10,6 +10,7 @@ ensure_working_directory!
npm update --prefix assets npm update --prefix assets
# shellcheck disable=SC1010
mix do tailwind.update_version, esbuild.update_version, sqlean.update_version mix do tailwind.update_version, esbuild.update_version, sqlean.update_version
mix deps.update --all mix deps.update --all