We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ebe39 commit 45356a0Copy full SHA for 45356a0
WPGraphQL-Core/ruleset.xml
@@ -12,7 +12,7 @@
12
<exclude name="WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid"/>
13
<!-- Most capabilities are referenced via variable -->
14
<exclude name="WordPress.WP.Capabilities.Undetermined" />
15
- <!-- Needs core decision: https://github.com/wp-graphql/wp-graphql/pull/2924/files#r1317187370 -->
+ <!-- Most would require breaking changes to fix in core. Tracking: https://github.com/wp-graphql/wp-graphql/issues/2925 -->
16
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter" />
17
</rule>
18
0 commit comments