Warn about comments/blanks before shebang. Fixes #844

This commit is contained in:
Vidar Holen
2018-01-21 13:56:53 -08:00
parent 7b3c4025fb
commit c86885427c
2 changed files with 23 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
- SC2227: Warn about redirections in the middle of 'find' commands
- SC2224,SC2225,SC2226: Warn when using mv/cp/ln without a destination
- SC2223: Quote warning specific to `: ${var=value}`
- SC1128: Warn about blanks/comments before shebang
- SC1127: Warn about C-style comments
### Fixed