Skip to content

Commit

Permalink
Merge pull request #175 from jrfnl/Fix-ruleset-path
Browse files Browse the repository at this point in the history
Fix ruleset path
  • Loading branch information
westonruter committed Jun 25, 2014
2 parents 687dd8e + 90715d1 commit aa044c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Subsets/core.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ruleset name="WordPress Core">
<description>Non-controversial generally-agreed upon WordPress Coding Standards</description>

<rule ref="WordPress/Subsets/imports.ruleset.xml"/>
<rule ref="./imports.ruleset.xml"/>

<rule ref="WordPress.Arrays.ArrayDeclaration"/>
<rule ref="WordPress.Arrays.ArrayKeySpacingRestrictions"/>
Expand Down
2 changes: 1 addition & 1 deletion Subsets/extra.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ruleset name="WordPress Extra">
<description>Best practices beyond core WordPress Coding Standards</description>

<rule ref="WordPress/Subsets/core.ruleset.xml"/>
<rule ref="./core.ruleset.xml"/>

<rule ref="WordPress.XSS.EscapeOutput"/>
<rule ref="WordPress.PHP.DiscouragedFunctions"/>
Expand Down
2 changes: 1 addition & 1 deletion Subsets/vip.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ruleset name="WordPress VIP">
<description>WordPress VIP Coding Standards</description>

<rule ref="WordPress/Subsets/core.ruleset.xml"/>
<rule ref="./core.ruleset.xml"/>

<!-- the following are inherited by other sniffs -->
<rule ref="WordPress.Arrays.ArrayAssignmentRestrictions"/>
Expand Down
2 changes: 1 addition & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<ruleset name="WordPress">
<description>WordPress Coding Standards</description>

<rule ref="WordPress/Subsets/imports.ruleset.xml"/>
<rule ref="./Subsets/imports.ruleset.xml"/>
</ruleset>

0 comments on commit aa044c2

Please sign in to comment.