mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 10:35:41 +02:00
Add BASH syntax check to linter (#3369)
This commit is contained in:
parent
69ae4ff319
commit
3d6260adf8
2 changed files with 29 additions and 8 deletions
5
Makefile
5
Makefile
|
@ -61,11 +61,14 @@ test/%: ALWAYS_RUN
|
|||
# --- Lints -------------------------------------
|
||||
# -----------------------------------------------
|
||||
|
||||
lint: ALWAYS_RUN eclint hadolint shellcheck
|
||||
lint: ALWAYS_RUN eclint hadolint bashcheck shellcheck
|
||||
|
||||
hadolint: ALWAYS_RUN
|
||||
@ ./test/linting/lint.sh hadolint
|
||||
|
||||
bashcheck: ALWAYS_RUN
|
||||
@ ./test/linting/lint.sh bashcheck
|
||||
|
||||
shellcheck: ALWAYS_RUN
|
||||
@ ./test/linting/lint.sh shellcheck
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue