Skip to content

Commit

Permalink
Update PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-vara committed Feb 17, 2025
1 parent 6a68e1c commit 2f0465f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@
<exclude name="WordPress.Files.FileName.InvalidClassFileName"/>
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase"/>
</rule>

<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" value="wp-module-ecommerce" />
</properties>
</rule>
</ruleset>

0 comments on commit 2f0465f

Please sign in to comment.