SC2324: Warn when x+=1 appends.

This commit is contained in:
Vidar Holen
2023-07-30 13:47:00 -07:00
parent c9e27c2470
commit 372c0b667e
4 changed files with 64 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
## Git
### Added
- SC2324: Warn when x+=1 appends instead of increments.
### Fixed