Warn about C-style comments

This commit is contained in:
Vidar Holen
2018-01-17 18:14:36 -08:00
parent dc1e7c1bd4
commit a6fb9d1ef8
2 changed files with 16 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
## Latest - ???
### Added
- SC2223: Quote warning specific to `: ${var=value}`
- SC1127: Warn about C-style comments
### Changed
- SC1073: 'else if' is now parsed correctly and not like 'elif'