diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 25b53c1..41aeaeb 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -28,6 +28,7 @@ jobs: - name: Lint Code Base uses: super-linter/super-linter/slim@v7 env: + SAVE_SUPER_LINTER_OUTPUT: false # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: 'tools/linters' 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