We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b1969 commit e61ead4Copy full SHA for e61ead4
.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
@@ -3,6 +3,7 @@
3
composer.lock
4
composer.phar
5
phpunit.xml.bak
6
+/super-linter-output/
7
/vendor/
8
9
# 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