mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 13:53:58 -07:00
Allow quoting values in directives (fixes #2517)
This commit is contained in:
parent
f440912279
commit
d0dd81e1fa
4 changed files with 33 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue