Suggest -z/-n instead of ! -n/-z (fixes #1326).

This commit is contained in:
Vidar Holen
2018-08-28 20:15:54 -07:00
parent 488d6dcb41
commit 3d03b0ab3b
2 changed files with 23 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
## ???
### Added
- Command line option --severity/-S for filtering by minimum severity
- SC2236/SC2237: Suggest -n/-z instead of ! -z/-n
### Changed
- Most warnings now have useful end positions
- SC1117 about unknown double-quoted escape sequences has been retired