Skip to content

Commit

Permalink
chore: adjust phpcs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Oct 11, 2023
1 parent 5633f4f commit 6118153
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,4 @@
<exclude name="Universal.ControlStructures.IfElseDeclaration.NoNewLine"/>
<exclude name="Universal.Namespaces.EnforceCurlyBraceSyntax.Forbidden"/>
</rule>
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
<properties>
<property name="prefixes" type="array" value="wp_auth0" />
</properties>
</rule>
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" value="wp-auth0" />
</properties>
</rule>
<rule ref="WordPress.NamingConventions">
<exclude-pattern>/examples/*</exclude-pattern>
</rule>
<rule ref="WordPress.PHP.DevelopmentFunctions">
<exclude-pattern>/examples/*</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 6118153

Please sign in to comment.