Skip to content

Commit 93a19b9

Browse files
committed
Stop super-linter from writing logfiles
1 parent 143f2bc commit 93a19b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Lint Code Base
2727
uses: super-linter/super-linter/slim@v7
2828
env:
29+
SAVE_SUPER_LINTER_OUTPUT: false
2930
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3031
LINTER_RULES_PATH: 'tools/linters'
3132
LOG_LEVEL: NOTICE

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ build/*
77
composer.lock
88
cs_fixer_tmp*
99
phpunit.xml.bak
10+
/super-linter-output/
1011
vendor/*
1112

0 commit comments

Comments
 (0)