File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 VALIDATE_SHELL_SHFMT : false
3939 VALIDATE_YAML : false
4040 VALIDATE_YAML_PRETTIER : false
41+ SAVE_SUPER_LINTER_OUTPUT : true
4142 # VALIDATE_DOCKERFILE_HADOLINT: false
4243 # VALIDATE_MARKDOWN: false
4344 # VALIDATE_NATURAL_LANGUAGE: false
Original file line number Diff line number Diff line change @@ -7,3 +7,9 @@ pattern-vault.init
77vault.init
88super-linter.log
99common /pattern-vault.init
10+
11+ # Super-linter outputs
12+ super-linter-output
13+
14+ # GitHub Actions leftovers
15+ github_conf
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ super-linter: ## Runs super linter locally
253253 -e VALIDATE_TEKTON=false \
254254 -e VALIDATE_YAML=false \
255255 -e VALIDATE_YAML_PRETTIER=false \
256+ -e SAVE_SUPER_LINTER_OUTPUT=true \
256257 $(DISABLE_LINTERS ) \
257258 -v $(PWD ) :/tmp/lint:rw,z \
258259 -w /tmp/lint \
You can’t perform that action at this time.
0 commit comments