Skip to content

Commit

Permalink
Merge pull request #87 from wunderio/feature/#86-Adjust-coding-standa…
Browse files Browse the repository at this point in the history
…rds-so-that-it-would-be-possible-to-run-phpcs-with-Lando-PhpStorm

#86 Add 1 ruleset to group all Wunder rulesets.
  • Loading branch information
hkirsman authored Nov 11, 2022
2 parents 6791e43 + 9891804 commit 0af157c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rulesets/WunderAll/ruleset.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<!-- See http://pear.php.net/manual/en/package.php.php-codesniffer.annotated-ruleset.php -->
<ruleset name="WunderAll">
<description>Group together all Wunder rules for easier inclusion. Also in PHPStorm it's not possible to choose multiple rules.</description>

<rule ref="WunderDrupal" />
<rule ref="WunderSecurity" />
</ruleset>

0 comments on commit 0af157c

Please sign in to comment.