Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #559 from olefredrik/wordpressCodingStandards
Browse files Browse the repository at this point in the history
Exclude WP VIP Restricted Functions in Codesniffer ruleset
  • Loading branch information
olefredrik committed Nov 20, 2015
2 parents 92adeb5 + f90df97 commit 174138d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codesniffer.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@
<exclude name="WordPress.Variables.GlobalVariables" />
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterOpenParenthesis" />
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeCloseParenthesis)" />

<exclude name="WordPress.VIP.RestrictedFunctions" />
</rule>
</ruleset>

0 comments on commit 174138d

Please sign in to comment.