Merge branch 'iss1724-builtin-support' of https://github.com/jabberabbe/shellcheck into jabberabbe-iss1724-builtin-support

This commit is contained in:
Vidar Holen
2019-12-21 18:13:07 -08:00
5 changed files with 20 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
- `-f diff` no longer claims that it found more issues when it didn't
- Known empty variables now correctly trigger SC2086
- ShellCheck should now be compatible with Cabal 3
- SC2154 and all command-specific checks now trigger for builtins
called with `builtin`
### Added
- SC2254: Suggest quoting expansions in case statements