-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Tom de Wit edited this page Feb 5, 2021
·
8 revisions
Via the following documentation and how-to's we'd like to help you setup GitLab CI/CD with Code Quality enabled so you can focus on important implementation details and let PHP's ecosystem of tools focus on type errors or forgotten comma's.
If your project uses any of the following tools, please take a look at their dedicated pages:
- How to install and setup Phan
- How to install and setup PHP_CodeSniffer
- How to install and setup PHPLint
- How to install and setup PHPStan
- How to install and setup Psalm
When you've installed and configured one (or multiple) QA tools, please take a look at the how-to page describing how to install and configure the code quality converter: How to install and setup our code quality converter
Please refer to the GitLab CI/CD configuration example if you're looking for a detailed setup, with all supported tools including: GitLab CI CD configuration.