You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using SaaS, sometimes we need to use a base theme (placed into themes/THEMENAME) which does not follow Drupal coding standards OR there may be custom sources that should not be scanned by PHPCS at all.
Currently, there is no way to configure PHPCS and developers cannot properly use CI to check for coding standards since they fail for the base theme.
Is it possible to allow to provide a custom phpcs.xml file in the repo (through an env variable)?
The text was updated successfully, but these errors were encountered:
When using SaaS, sometimes we need to use a base theme (placed into
themes/THEMENAME
) which does not follow Drupal coding standards OR there may be custom sources that should not be scanned by PHPCS at all.Currently, there is no way to configure PHPCS and developers cannot properly use CI to check for coding standards since they fail for the base theme.
Is it possible to allow to provide a custom
phpcs.xml
file in the repo (through an env variable)?The text was updated successfully, but these errors were encountered: