Consider variables in -z/-n tests to be checked

This commit is contained in:
Vidar Holen
2020-08-08 12:32:20 -07:00
parent 3fa5b7d3bd
commit 50067ddf94
3 changed files with 13 additions and 13 deletions

View File

@@ -11,6 +11,7 @@
### Changed
- SC1090: A leading `$x/` or `$(x)/` is now treated as `./` when locating files
- SC2154: Variables appearing in -z/-n tests are no longer considered unassigned
## v0.7.1 - 2020-04-04