Merge branch 'shflags' of https://github.com/yetamrra/shellcheck into yetamrra-shflags

This commit is contained in:
Vidar Holen
2019-07-01 20:00:28 -07:00
4 changed files with 22 additions and 0 deletions

View File

@@ -9,6 +9,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
- Recognize FLAGS variables created by the shflags library.
- 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