Gitlab CI phpcs optimization
June 2, 2019 go to article
At my company we use Gitlab CI and for most projects we use phpcs to scan our codebase. The stage might take more time then is necessary because it’s scanning all files instead of just the ones that have changed. Because of this we are now using the following line to make it a lot faster (the slowest part is spinning up the ....
Read more