-
Notifications
You must be signed in to change notification settings - Fork 6
Home
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
- How to install and setup PHP-CS-Fixer
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 included: GitLab CI CD configuration.
If you're using Docker, please refer to the dedicated page on our Docker support: Running the CLI command in Docker