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 you update from Drupal Coder 8.3.6 to 8.3.7, it will stop scanning many Drupal-specific files (*.install files, etc...) by default due to this upstream change: https://www.drupal.org/node/3074176
In the short term, users should work around this by adding something like the following to phpcs.xml: <arg name="extensions" value="php,module,inc,install,test,profile,theme,css,info,txt,md,yml"/>
The text was updated successfully, but these errors were encountered:
When you update from Drupal Coder 8.3.6 to 8.3.7, it will stop scanning many Drupal-specific files (*.install files, etc...) by default due to this upstream change: https://www.drupal.org/node/3074176
In the short term, users should work around this by adding something like the following to phpcs.xml:
<arg name="extensions" value="php,module,inc,install,test,profile,theme,css,info,txt,md,yml"/>
The text was updated successfully, but these errors were encountered: