diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 808b07e..39c9339 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -26,6 +26,7 @@ jobs: - name: Lint Code Base uses: super-linter/super-linter/slim@v6 env: + SAVE_SUPER_LINTER_OUTPUT: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: 'tools/linters' LOG_LEVEL: NOTICE diff --git a/.gitignore b/.gitignore index 9e12716..0fa63d4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ composer.lock composer.phar phpunit.xml.bak +/super-linter-output/ /vendor/ # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control