Allow disabling SC1072/SC1073 with annotations (fixes #1931)

This commit is contained in:
Vidar Holen
2020-05-03 21:52:25 -07:00
parent d6adbfde78
commit c2a15ce8e9
3 changed files with 27 additions and 4 deletions

View File

@@ -3,6 +3,11 @@
- SC2259/SC2260: Warn when redirections override pipes
- SC2261: Warn about multiple competing redirections
### Fixed
- SC1072/SC1073 now respond to disable annotations, though ignoring parse errors
is still purely cosmetic and does not allow ShellCheck to continue.
## v0.7.1 - 2020-04-04
### Fixed
- `-f diff` no longer claims that it found more issues when it didn't