Skip to content

Commit

Permalink
chore(next): add DrupalPractice coding standards to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Oct 17, 2023
1 parent 6b7d7a3 commit da49feb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/next/phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Drupal coding standards">
<ruleset name="DrupalProjectNext">
<!-- Ignore files -->
<exclude-pattern>*/config/*</exclude-pattern>
<exclude-pattern>*/css/*</exclude-pattern>
<exclude-pattern>*/js/*</exclude-pattern>

<rule ref="Drupal"/>
<rule ref="DrupalPractice"/>
</ruleset>

0 comments on commit da49feb

Please sign in to comment.