Skip to content

Commit 28c3f6e

Browse files
committed
Stop super-linter from writing logfiles
1 parent c5f8bec commit 28c3f6e

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
@@ -28,6 +28,7 @@ jobs:
2828
- name: Lint Code Base
2929
uses: super-linter/super-linter/[email protected]
3030
env:
31+
SAVE_SUPER_LINTER_OUTPUT: false
3132
# To report GitHub Actions status checks
3233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334
LINTER_RULES_PATH: 'tools/linters'

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ metadata/*
1212
phpunit.xml.bak
1313
.phive
1414
**.mo
15+
/super-linter-output/
1516

1617
# https://www.gitignore.io/api/osx,windows,linux,netbeans,sublimetext,composer,phpstorm,vagrant
1718
# Created by https://www.gitignore.io

0 commit comments

Comments
 (0)