Skip to content

Commit c3f4243

Browse files
author
Martin Jackson
committed
Save super-linter output for better understanding of issues it reports
1 parent b00ba22 commit c3f4243

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/superlinter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
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

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ pattern-vault.init
77
vault.init
88
super-linter.log
99
common/pattern-vault.init
10+
11+
# Super-linter outputs
12+
super-linter-output
13+
14+
# GitHub Actions leftovers
15+
github_conf

common/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)