We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a858e75 commit 75bd5c8Copy full SHA for 75bd5c8
lint_clean_files.sh
@@ -13,4 +13,11 @@ mapfile -t FILES < <(
13
| xargs -n1 -I{} find "{}" -type f
14
)
15
16
+# We clear the BASH_IT variable to help the shellcheck checker
17
+# identify source includes within our scripts that require a
18
+# 'source' directive. For more information, see:
19
+#
20
+# "Shellcheck SC1090 - Can't follow non-constant source"
21
+# https://www.shellcheck.net/wiki/SC1090
22
23
BASH_IT='' pre-commit run --files "${FILES[@]}"
0 commit comments