We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143f2bc commit 93a19b9Copy full SHA for 93a19b9
.github/workflows/php.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Lint Code Base
27
uses: super-linter/super-linter/slim@v7
28
env:
29
+ SAVE_SUPER_LINTER_OUTPUT: false
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
LINTER_RULES_PATH: 'tools/linters'
32
LOG_LEVEL: NOTICE
.gitignore
@@ -7,5 +7,6 @@ build/*
7
composer.lock
8
cs_fixer_tmp*
9
phpunit.xml.bak
10
+/super-linter-output/
11
vendor/*
12
0 commit comments