We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b02bd commit f9bf2bbCopy full SHA for f9bf2bb
.github/workflows/php.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Lint Code Base
26
uses: super-linter/super-linter/slim@v7
27
env:
28
+ SAVE_SUPER_LINTER_OUTPUT: false
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
LINTER_RULES_PATH: 'tools/linters'
31
LOG_LEVEL: NOTICE
.gitignore
@@ -2,6 +2,7 @@
2
.phpunit.result.cache
3
composer.phar
4
phpunit.xml.bak
5
+/super-linter-output/
6
/tests/ticketcache
7
/vendor/
8
0 commit comments