Skip to content
Snippets Groups Projects

Update core.phpcs.xml.dist to match Drupal 11.x.

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -100,6 +100,8 @@
<include-pattern>*/core/profiles/*</include-pattern>
<include-pattern>*/core/recipes/*</include-pattern>
<include-pattern>*/core/themes/*</include-pattern>
<include-pattern>*/core/modules/*</include-pattern>
<exclude-pattern>*/core/modules/*/tests</exclude-pattern>
</rule>
<rule ref="Drupal.Files.TxtFileLineLength"/>
<rule ref="Drupal.Formatting.MultiLineAssignment"/>
Loading