Skip to content

Commit ddf6cb3

Browse files
committed
Stop super-linter from writing logfiles
1 parent fce0ec2 commit ddf6cb3

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
@@ -4,6 +4,7 @@
44
composer.lock
55
composer.phar
66
phpunit.xml.bak
7+
/super-linter-output/
78
/vendor/
89
/build/
910

0 commit comments

Comments
 (0)