Give each sh/dash compatibility warning its own SC3xxx error code

This commit is contained in:
Vidar Holen
2020-09-01 16:48:14 -07:00
parent 58783ab3cc
commit cfd68ee0c2
4 changed files with 62 additions and 58 deletions

View File

@@ -13,6 +13,7 @@
### Changed
- Assignments are now parsed to spec, without leniency for leading $ or spaces
- POSIX/dash unsupported feature warnings now have individual SC3xxx codes
- 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