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 b0f51b3 commit 1f396f8Copy full SHA for 1f396f8
.github/workflows/php.yml
@@ -24,8 +24,9 @@ jobs:
24
fetch-depth: 0
25
26
- name: Lint Code Base
27
- uses: super-linter/super-linter/slim@v6
+ 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