Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(ci/phpstan): use code climate compatible report format
Browse files Browse the repository at this point in the history
Change-Id: I210e56b42930ca0d729c117b795bf7855b47c611
  • Loading branch information
byteplow committed Mar 24, 2021
1 parent 4353825 commit a3932a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -213,7 +213,7 @@ docker_build_dev:
script:
- cd $TINE20ROOT
- composer require phpstan/phpstan
- php -d memory_limit=2G $TINE20ROOT/vendor/bin/phpstan analyse --autoload-file=$TINE20ROOT/tine20/vendor/autoload.php --error-format=prettyJson --no-progress -vvv | tee $CI_PROJECT_DIR/code-quality-report.json
- php -d memory_limit=2G $TINE20ROOT/vendor/bin/phpstan analyse --autoload-file=$TINE20ROOT/tine20/vendor/autoload.php --error-format=gitlab --no-progress -vvv | tee $CI_PROJECT_DIR/code-quality-report.json
artifacts:
reports:
codequality: code-quality-report.json
Expand Down

0 comments on commit a3932a7

Please sign in to comment.