From 2e1111a49ea3a3be6428767b65f21f8f041fc6bb Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 8 Oct 2025 00:37:12 +0300 Subject: [PATCH] Ignore SC1010 --- scripts/dev/outdated | 1 + scripts/dev/update | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/dev/outdated b/scripts/dev/outdated index c21252d1..6a118692 100755 --- a/scripts/dev/outdated +++ b/scripts/dev/outdated @@ -10,6 +10,7 @@ ensure_working_directory! npm outdated --prefix assets +# shellcheck disable=SC1010 mix do tailwind.check_version, esbuild.check_version, sqlean.check_version mix hex.outdated --all diff --git a/scripts/dev/update b/scripts/dev/update index 5cf345f0..1cebab13 100755 --- a/scripts/dev/update +++ b/scripts/dev/update @@ -10,6 +10,7 @@ ensure_working_directory! npm update --prefix assets +# shellcheck disable=SC1010 mix do tailwind.update_version, esbuild.update_version, sqlean.update_version mix deps.update --all