mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
ae66d3aa90
Strengthen static code analysis for shell scripts. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: szubersk <szuberskidamian@gmail.com> Closes #12913
10 lines
201 B
Makefile
10 lines
201 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
initconf_SCRIPTS = zfs
|
|
|
|
SUBSTFILES += $(initconf_SCRIPTS)
|
|
|
|
SHELLCHECK_SHELL = dash
|
|
SHELLCHECK_OPTS = --enable=all
|