Skip to content

Commit eb778e1

Browse files
committed
Stop super-linter from writing logfiles
1 parent 2e46c5e commit eb778e1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.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
build/*

0 commit comments

Comments
 (0)