mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
More shellcheck exclusions
This commit is contained in:
parent
8079a2e9a5
commit
c33e6b69c1
@ -4,5 +4,7 @@
|
|||||||
#SC1091 = not following source
|
#SC1091 = not following source
|
||||||
#SC2086 = quoting errors (shellcheck is way too picky about quoting)
|
#SC2086 = quoting errors (shellcheck is way too picky about quoting)
|
||||||
#SC2120 = only for debug version
|
#SC2120 = only for debug version
|
||||||
|
#SC2034 = unused variabled (can be ignored in ofunctions.sh)
|
||||||
|
#SC2068 = bad array usage (can be ignored in ofunctions.sh)
|
||||||
|
|
||||||
shellcheck -e SC1090,SC1091,SC2086,SC2119,SC2120 $1
|
shellcheck -e SC1090,SC1091,SC2086,SC2119,SC2120 $@
|
||||||
|
Loading…
Reference in New Issue
Block a user