SC2257: Warn when changing arithmetic variables in redirections

This commit is contained in:
Vidar Holen
2020-02-17 18:02:23 -08:00
parent 4c9210af79
commit 7b998239af
2 changed files with 37 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
- SC2254: Suggest quoting expansions in case statements
- SC2255: Suggest using `$((..))` in `[ 2*3 -eq 6 ]`
- SC2256: Warn about translated strings that are known variables
- SC2257: Warn about arithmetic mutation in redirections
### Changed
- SC2230: 'command -v' suggestion is now off by default (-i deprecate-which)