Inform about ineffectual ! on commands (fixes #1531)

This commit is contained in:
Vidar Holen
2019-05-22 17:06:48 -07:00
parent 8efbecd64a
commit 95b1185882
2 changed files with 38 additions and 0 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
- SC2251: Inform about ineffectual ! in front of commands
- SC2250: Warn about variable references without braces (optional)
- SC2249: Warn about `case` with missing default case (optional)
- SC2248: Warn about unquoted variables without special chars (optional)