We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce0ec2 commit ddf6cb3Copy full SHA for ddf6cb3
2 files changed
.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
@@ -4,6 +4,7 @@
4
composer.lock
5
composer.phar
6
phpunit.xml.bak
7
+/super-linter-output/
8
/vendor/
9
/build/
10
0 commit comments