Shellcheck 0.7.2
In edge repo shellcheck was updated.
Now it supports SC30*
options.
I checked code samples from wiki.
All available SC
can be found here https://gist.github.com/eggplants/9fbe03453c3f3fd03295e88def6a1324#file-_shellcheck-md.
I don't know if this work:
Not working with ash
:
- https://github.com/koalaman/shellcheck/wiki/SC3001
- https://github.com/koalaman/shellcheck/wiki/SC3002
- https://github.com/koalaman/shellcheck/wiki/SC3006
- https://github.com/koalaman/shellcheck/wiki/SC3017
- https://github.com/koalaman/shellcheck/wiki/SC3022
- https://github.com/koalaman/shellcheck/wiki/SC3024
- https://github.com/koalaman/shellcheck/wiki/SC3028
- https://github.com/koalaman/shellcheck/wiki/SC3031
- https://github.com/koalaman/shellcheck/wiki/SC3034
- https://github.com/koalaman/shellcheck/wiki/SC3035
- https://github.com/koalaman/shellcheck/wiki/SC3038
- https://github.com/koalaman/shellcheck/wiki/SC3044
- https://github.com/koalaman/shellcheck/wiki/SC3045
- https://github.com/koalaman/shellcheck/wiki/SC3047
- https://github.com/koalaman/shellcheck/wiki/SC3050
- https://github.com/koalaman/shellcheck/wiki/SC3053
- https://github.com/koalaman/shellcheck/wiki/SC3054
- https://github.com/koalaman/shellcheck/wiki/SC3055
- https://github.com/koalaman/shellcheck/wiki/SC3056
This exceptions could be added:
- https://github.com/koalaman/shellcheck/wiki/SC3003
- https://github.com/koalaman/shellcheck/wiki/SC3012
- https://github.com/koalaman/shellcheck/wiki/SC3013
- https://github.com/koalaman/shellcheck/wiki/SC3014
- https://github.com/koalaman/shellcheck/wiki/SC3018
- https://github.com/koalaman/shellcheck/wiki/SC3019
- https://github.com/koalaman/shellcheck/wiki/SC3020
- https://github.com/koalaman/shellcheck/wiki/SC3021
- https://github.com/koalaman/shellcheck/wiki/SC3023
- https://github.com/koalaman/shellcheck/wiki/SC3026
- https://github.com/koalaman/shellcheck/wiki/SC3037
- https://github.com/koalaman/shellcheck/wiki/SC3039
- https://github.com/koalaman/shellcheck/wiki/SC3043
- https://github.com/koalaman/shellcheck/wiki/SC3046
- https://github.com/koalaman/shellcheck/wiki/SC3048
- https://github.com/koalaman/shellcheck/wiki/SC3049
- https://github.com/koalaman/shellcheck/wiki/SC3057
- https://github.com/koalaman/shellcheck/wiki/SC3060
Edited by AKorezin