Skip to content

Commit

Permalink
Add WordPress.WP.I18n config.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 1, 2023
1 parent 30ecf38 commit ab9eefc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<exclude name="WordPress.Security.SafeRedirect.wp_redirect_wp_redirect"/>
</rule>

<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array">
<element value="pronamic_ideal" />
</property>
</properties>
</rule>

<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml">
<exclude name="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceAfterArrayOpen" />
<exclude name="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceBeforeArrayClose" />
Expand Down

0 comments on commit ab9eefc

Please sign in to comment.