Skip to content

Disable code quality checks on GitLab CI

Adam G-H requested to merge disable-cs-checks into 8.x-4.x

For the time being, we don't need these checks. The PHPCS check appears to be using the wrong coding standard (this will likely be resolved by the DA eventually), and we don't need the stylelint and eslint checks in this module. So, to save some time, let's just comment those checks out for now.

Merge request reports