SC2267: Warn about xargs -i (fixes #2058)

This commit is contained in:
Vidar Holen
2020-10-18 22:08:40 -07:00
parent f100c2939e
commit 3104cec770
2 changed files with 15 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
- SC2262/SC2263: Warn about aliases declared and used in the same parsing unit
- SC2264: Warn about wrapper functions that blatantly recurse
- SC2265/SC2266: Warn when using & or | with test statements
- SC2267: Warn when using xargs -i instead of -I
### Fixed
- SC1072/SC1073 now respond to disable annotations, though ignoring parse errors