Skip to content

Commit

Permalink
Do not enforce the caps rule
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed Apr 23, 2024
1 parent 3a61655 commit 4a027e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BuddyPress/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
<type>error</type>
</rule>

<!-- Do not enforce this rule. -->
<rule ref="WordPress.WP.Capabilities">
<severity>0</severity>
</rule>

<!-- Do not force the bp_ prefix for variables. -->
<rule ref="WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound">
<severity>0</severity>
Expand Down

0 comments on commit 4a027e9

Please sign in to comment.