Skip to content

Commit e61ead4

Browse files
committed
Stop super-linter from writing logfiles
1 parent 08b1969 commit e61ead4

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
@@ -3,6 +3,7 @@
33
composer.lock
44
composer.phar
55
phpunit.xml.bak
6+
/super-linter-output/
67
/vendor/
78

89
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control

0 commit comments

Comments
 (0)