Skip to content

Commit

Permalink
fix: add naming convention rule
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Apr 4, 2024
1 parent 8461178 commit 8eaf530
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@

<rule ref="WordPress">
</rule>
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
<properties>
<property name="prefixes" type="array" value="openedxcommerce" />
</properties>
</rule>

<rule ref="WordPress.WP.I18n">
<properties>
Expand Down

0 comments on commit 8eaf530

Please sign in to comment.