Correctly handle empty variables for SC2086 (fixes #1722)

This commit is contained in:
Vidar Holen
2019-11-03 12:45:13 -08:00
parent 4dfd7eb1cf
commit 5962b01816
2 changed files with 40 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
## v0.7.1 - soon
### Fixed
- `-f diff` no longer claims that it found more issues when it didn't
- Known empty variables now correctly trigger SC2086
### Added
- SC2254: Suggest quoting expansions in case statements