Skip to content

Commit f9bf2bb

Browse files
committed
Stop super-linter from writing logfiles
1 parent 91b02bd commit f9bf2bb

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
@@ -25,6 +25,7 @@ jobs:
2525
- name: Lint Code Base
2626
uses: super-linter/super-linter/slim@v7
2727
env:
28+
SAVE_SUPER_LINTER_OUTPUT: false
2829
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2930
LINTER_RULES_PATH: 'tools/linters'
3031
LOG_LEVEL: NOTICE

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.phpunit.result.cache
33
composer.phar
44
phpunit.xml.bak
5+
/super-linter-output/
56
/tests/ticketcache
67
/vendor/
78

0 commit comments

Comments
 (0)