Improve detection of for loops with single values

This commit is contained in:
Vidar Holen
2020-03-15 11:29:32 -07:00
parent d28c8f883f
commit a57f6d2886
3 changed files with 23 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
- SC2255: Suggest using `$((..))` in `[ 2*3 -eq 6 ]`
- SC2256: Warn about translated strings that are known variables
- SC2257: Warn about arithmetic mutation in redirections
- SC2258: Warn about trailing commas in for loop elements
### Changed
- SC2230: 'command -v' suggestion is now off by default (-i deprecate-which)