Parse keywords with case sensitivity (fixes #1809)

This commit is contained in:
Vidar Holen
2020-02-17 11:13:29 -08:00
parent 1da0becb0f
commit 106f321cf0
2 changed files with 8 additions and 4 deletions

View File

@@ -12,7 +12,8 @@
- SC2256: Warn about translated strings that are known variables
### Changed
- SC2230: This check is now off by default
- SC2230: 'command -v' suggestion is now off by default (-i deprecate-which)
- SC1081: Keywords are now correctly parsed case sensitively, with a warning
## v0.7.0 - 2019-07-28
### Added