From bb9bca5aaee7065c5fa11befaed742e70228cd29 Mon Sep 17 00:00:00 2001 From: kANE440v Date: Thu, 9 Jan 2025 20:31:06 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=86=20settings.json=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .shellcheckrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .shellcheckrc diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 0000000..49a6fb1 --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1,3 @@ +# Ignore [ ! -n "$VAR" ] tests (instead of [ -z "$VAR" ]) +# https://github.com/koalaman/shellcheck/wiki/SC2236 +disable=SC2236 \ No newline at end of file