Skip to content

Commit

Permalink
Ruleset: update a URL
Browse files Browse the repository at this point in the history
Looks like this one was missed in previous update rounds (not that it is a valid URL anyway.
  • Loading branch information
jrfnl committed Oct 25, 2023
1 parent 7722c0b commit 01a62b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress-Extra/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<rule ref="Squiz.PHP.DisallowSizeFunctionsInLoops"/>

<!-- Check that functions use all parameters passed.
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/xxx -->
https://github.com/WordPress/WordPress-Coding-Standards/issues/1510 -->
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter">
<!-- Allow for callback functions which may not need all parameters passed. -->
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.FoundBeforeLastUsed"/>
Expand Down

0 comments on commit 01a62b3

Please sign in to comment.