Don't warn about printf '%()T' without corresponding argument

This commit is contained in:
Vidar Holen
2019-07-20 15:10:41 -07:00
parent 788cf17076
commit 023ae5dfda
2 changed files with 64 additions and 30 deletions

View File

@@ -28,6 +28,9 @@
extension will be used to infer the shell type when present.
- Disabling SC2120 on a function now disables SC2119 on call sites
### Fixed
- SC2183 no longer warns about missing printf args for `%()T`
## v0.6.0 - 2018-12-02
### Added
- Command line option --severity/-S for filtering by minimum severity