Search posts, tags, users, and pages
Guy Warner
Entrepreneurial VP of tech and CTO with a strong grasp of both the business and engineering. PHP developer for 10 years with experience in C
Let's get PHPStan working with Gitlab and code quality. In your .gitlab-ci.yml add a new section: phpstan: stage: testing needs: - composer script: - php -d memory_limit=-1 vendor/bin/phpstan analyse -c phpstan.neon --error-format gitlab > ...
Lars Moelleken
PHP Developer
Does it show the results per file in the gitlab UI? Is this working for regular commits or only for pull requests?
It does show the per file on requests:
It also runs for each commit but has no UI outside of a request which is why we added the manual run
Lars Moelleken
PHP Developer
Does it show the results per file in the gitlab UI? Is this working for regular commits or only for pull requests?