Add simple shellcheckrc

This commit is contained in:
Noah Gorny
2020-06-21 21:32:46 +03:00
parent b14a38fec9
commit 45d076567a

6
.shellcheckrc Normal file
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