Added shellcheck wrapper for debug version
This commit is contained in:
parent
8efb5019c8
commit
846f064556
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
#SC2120 = only for debug version
|
||||
|
||||
shellcheck -e SC2086,SC2119,SC2120 $1
|
Loading…
Reference in New Issue