index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-05-10 15:20:28 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-05-10 15:20:28 +0200 |
commit | 04ce9be284db8fe4be3b6a7b77bdd31940d0fd7e (patch) | |
tree | 3ea7d489d1db5ed068bd202a462ba7b1543d1820 /.shellcheckrc | |
parent | 702200a7b8aac8a18644ac4a0c52a4fca16099b2 (diff) | |
parent | e567a2ab268e340be608ac442eb13c54c566fbff (diff) |
-rw-r--r-- | .shellcheckrc | 11 |
diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 0000000..75aca74 --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1,11 @@ +# Suggest explicitly using -n in `[ $var ]` +enable=avoid-nullary-conditions + +# Suggest 'command -v' instead of 'which' +enable=deprecate-which + +# Suggest quoting variables without metacharacters +enable=quote-safe-variables + +# Require [[ and warn about [ in Bash/Ksh +enable=require-double-brackets |