mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 11:03:12 +08:00
SC2257: Warn when changing arithmetic variables in redirections
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user