Skip to content
Snippets Groups Projects
Commit c4e49440 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

phpstan only needs to react to relevant changes

parent a6c2c1e4
No related branches found
No related tags found
Loading
Pipeline #29105 failed
...@@ -236,7 +236,11 @@ phpstan: ...@@ -236,7 +236,11 @@ phpstan:
stage: analyse stage: analyse
needs: [build-composer] needs: [build-composer]
rules: rules:
- !reference [.definitions, php-changed] changes:
- app/controllers/**/*.php
- lib/**/*.php
- tests/**/*.php
variables: variables:
CACHE_LOCATION: $CACHE_DIR/phpstan CACHE_LOCATION: $CACHE_DIR/phpstan
PHPSTAN_CODE_QUALITY_REPORT: $REPORT_DIR/phpstan-codequality.json PHPSTAN_CODE_QUALITY_REPORT: $REPORT_DIR/phpstan-codequality.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment