diff options
author | Damian Szuberski <[email protected]> | 2022-02-07 20:59:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-07 11:59:09 -0800 |
commit | 8df0bde321ab6e4c38cf17e89c8bc331369c7f0a (patch) | |
tree | 3d246b6ce734ec681dedecf9e716ddc35dc272e5 /cmd/zvol_wait | |
parent | add15e9539db945a76363f3b236ebc8fb2c69390 (diff) |
Add `--enable=all` to ShellCheck by default
Change enforced shell type from `dash` to `sh` and excluded
`SC2039` and `SC3043` by default. `local` keyword is accepted by all
POSIX shells from practical point of view. There is no need anymore
to enforce dash so `local` is accepted.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: szubersk <[email protected]>
Closes #13020
Diffstat (limited to 'cmd/zvol_wait')
-rw-r--r-- | cmd/zvol_wait/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/zvol_wait/Makefile.am b/cmd/zvol_wait/Makefile.am index ee66d51de..e8b546a60 100644 --- a/cmd/zvol_wait/Makefile.am +++ b/cmd/zvol_wait/Makefile.am @@ -2,4 +2,3 @@ include $(top_srcdir)/config/Shellcheck.am dist_bin_SCRIPTS = zvol_wait -SHELLCHECK_OPTS = --enable=all |