- Issue created by @tim-diels
Currently GitLab CI carries out code quality tests, but they are not required to pass.
Also, phpstan runs at the default level "1". We can do better!
Make a change that causes phpcs or phpstan tests to fail. GitLab CI will report a warning, but will not stop build passing.
Set allow_failure
to false for phpcs and phpstan.
Also add a phpstan.neon
file to specify the phpstan level.
Add allow_failure
variables to .gitlab-ci.yml
Create phpstan.neon file specifying level 5
N/A
N/A
N/A
Active
1.0
Code