diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 3ec22cd6df..6692dce27d 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | composer install --no-scripts + php artisan key:generate php artisan clear-compiled php artisan ide-helper:generate; diff --git a/qodana.yaml b/qodana.yaml index 5459eee69b..14ea7adfc6 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -2,3 +2,7 @@ profile: name: qodana.recommended version: "1.0" linter: jetbrains/qodana-php:2022.3-eap +exclude: + - name: All + paths: + - .ci