forked from Ivasoft/traefik
Add shell script linting with shellcheck for better portability
This commit is contained in:
committed by
Traefiker Bot
parent
ab60e702d2
commit
886a6bdbe0
2
Makefile
2
Makefile
@@ -96,10 +96,12 @@ test-integration: $(PRE_TARGET)
|
||||
## Validate code and docs
|
||||
validate-files: $(PRE_TARGET)
|
||||
$(if $(PRE_TARGET),$(DOCKER_RUN_TRAEFIK)) ./script/make.sh generate validate-lint validate-misspell
|
||||
bash $(CURDIR)/script/validate-shell-script.sh
|
||||
|
||||
## Validate code, docs, and vendor
|
||||
validate: $(PRE_TARGET)
|
||||
$(if $(PRE_TARGET),$(DOCKER_RUN_TRAEFIK)) ./script/make.sh generate validate-lint validate-misspell validate-vendor
|
||||
bash $(CURDIR)/script/validate-shell-script.sh
|
||||
|
||||
## Clean up static directory and build a Docker Traefik image
|
||||
build-image: binary
|
||||
|
||||
Reference in New Issue
Block a user