Skip to content

Commit

Permalink
Merge pull request #9 from ItinerisLtd/TangRufus-patch-1
Browse files Browse the repository at this point in the history
Exclude `WordPressVIPMinimum.VIP.RestrictedFunctions.wp_remote_get_wp_remote_get`
  • Loading branch information
tangrufus committed Feb 18, 2019
2 parents 469100a + 1c5c20a commit 60eedf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Itineris/ruleset.xml
Expand Up @@ -6,7 +6,9 @@

<rule ref="PSR12"/>

<rule ref="WordPressVIPMinimum"/>
<rule ref="WordPressVIPMinimum">
<exclude name="WordPressVIPMinimum.VIP.RestrictedFunctions.wp_remote_get_wp_remote_get"/>
</rule>

<rule ref="WordPress">
<exclude name="Generic.Classes.OpeningBraceSameLine.BraceOnNewLine"/>
Expand Down

0 comments on commit 60eedf9

Please sign in to comment.