Added shellcheck wrapper for debug version

This commit is contained in:
deajan 2016-08-08 19:07:42 +02:00
parent 8efb5019c8
commit 846f064556
1 changed files with 5 additions and 0 deletions

5
dev/shellcheck.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
#SC2120 = only for debug version
shellcheck -e SC2086,SC2119,SC2120 $1