Optionally check for unassigned uppercase variables

This commit is contained in:
Vidar Holen
2019-06-02 10:25:22 -07:00
parent 1297ef46d7
commit 9f0ef5983a
3 changed files with 19 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
- Source paths: Use `-P dir1:dir2` or a `source-path=dir1` directive
to specify search paths for sourced files.
- json1 format like --format=json but treats tabs as single characters
- SC2154: Also warn about unassigned uppercase variables (optional)
- SC2252: Warn about `[ $a != x ] || [ $a != y ]`, similar to SC2055
- SC2251: Inform about ineffectual ! in front of commands
- SC2250: Warn about variable references without braces (optional)