(bash: missing support for 'builtin' keyword)
Now shellcheck looks for the arguments to 'builtin' to determine
read/written variables. A change in the parser makes sure that
assignments are parsed correctly in commands that start with 'builtin'.
This commit is contained in:
Tito Sacchi
2019-10-31 17:34:10 +01:00
parent 60f75e5b8a
commit 0e0de94045
4 changed files with 14 additions and 2 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
- SC2154 triggers for builtins called with `builtin`
### Added
- SC2254: Suggest quoting expansions in case statements