Allow quoting values in directives (fixes #2517)

This commit is contained in:
Vidar Holen
2022-07-28 08:56:44 -07:00
parent f440912279
commit d0dd81e1fa
4 changed files with 33 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
based on control flow rather than just syntax. Existing checks will
gradually start using it, which may cause them to trigger differently
(but more accurately).
- Values in directives/shellcheckrc can now be quoted with '' or ""
## v0.8.0 - 2021-11-06