Create .shellcheckrc

Ignore SC2034 for ever. It's a known issue with how the scripts are designed to work, isn't really an issue and leads to MANY bloated disable=SC2034 flags everywhere.
This commit is contained in:
Kjeld Schouten-Lebbing
2020-04-29 16:57:15 +02:00
committed by GitHub
parent 8659f2c252
commit 616eb2a432

1
.shellcheckrc Normal file
View File

@ -0,0 +1 @@
disable=SC2034