Add simple shellcheckrc

pull/1578/head
Noah Gorny 2020-06-21 21:32:46 +03:00 committed by phreakocious
parent c909fe748b
commit 026e28f529
1 changed files with 6 additions and 0 deletions

6
.shellcheckrc 100644
View File

@ -0,0 +1,6 @@
# We use colors and not assigned
disable=SC2154
# Hard to fix
disable=SC2155
# shellcheck is wrong on some
disable=SC2034