mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 09:19:43 +08:00
Auto-disable SC2119 when disabling SC2120 (fixes #703)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
### Changed
|
||||
- If a directive or shebang is not specified, a `.bash/.bats/.dash/.ksh`
|
||||
extension will be used to infer the shell type when present.
|
||||
- Disabling SC2120 on a function now disables SC2119 on call sites
|
||||
|
||||
## v0.6.0 - 2018-12-02
|
||||
### Added
|
||||
|
Reference in New Issue
Block a user