Skip to content

Commit

Permalink
chore: exclude VIP rule for wp_remote_get calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Jan 19, 2024
1 parent 224ccf1 commit 98aceef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingTraversableTypeHintSpecification" />
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingAnyTypeHint" />
<exclude name="WordPressVIPMinimum.Functions.RestrictedFunctions.wp_remote_get_wp_remote_get" />
</rule>

<!-- Individual rule configuration -->
Expand Down

0 comments on commit 98aceef

Please sign in to comment.