Improve warnings on backslashes in comments

This commit is contained in:
Vidar Holen
2021-03-20 13:58:37 -07:00
parent a277efdbb1
commit 98952df35b
2 changed files with 18 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
## Git
### Added
- `disable` directives can now be a range, e.g. `disable=SC3000-SC4000`
- SC1143: Warn about line continuations in comments
- SC2259/SC2260: Warn when redirections override pipes
- SC2261: Warn about multiple competing redirections
- SC2262/SC2263: Warn about aliases declared and used in the same parsing unit