mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 13:53:58 -07:00
SC2324: Warn when x+=1 appends.
This commit is contained in:
parent
c9e27c2470
commit
372c0b667e
4 changed files with 64 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
## Git
|
||||
### Added
|
||||
- SC2324: Warn when x+=1 appends instead of increments.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue