mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 05:11:27 +08:00
Parse keywords with case sensitivity (fixes #1809)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user