We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edec366 commit 79387b5Copy full SHA for 79387b5
lint.sh
@@ -25,6 +25,7 @@ usage() {
25
}
26
27
# Error handler to capture errors
28
+# shellcheck disable=SC2329 # spell check does not see the usage in the trap
29
error_handler() {
30
# shellcheck disable=SC2317
31
exit_code=1
0 commit comments