Auto-disable SC2119 when disabling SC2120 (fixes #703)

This commit is contained in:
Vidar Holen
2019-04-27 15:20:07 -07:00
parent 301705edea
commit bf1003eae3
4 changed files with 29 additions and 11 deletions

View File

@@ -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