You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mismatched text domain. Expected 'kala' but got 'meom-blocks'.
| | (WordPress.WP.I18n.TextDomainMismatch)
Above is outputted when using command ./vendor/bin/phpcs htdocs/wp-content/plugins/meomblocks with this .phpcs.xml.dist in meoblocks root.
<?xml version="1.0"?>
<rulesetname="Project Rules">
<ruleref="MEOM-default" />
<!-- Verify that the text_domain is set to the desired text-domain. Multiple valid text domains can be provided as a new element. -->
<ruleref="WordPress.WP.I18n">
<properties>
<propertyname="text_domain"type="array">
<elementvalue="meom-blocks"/>
</property>
</properties>
</rule>
</ruleset>
Maybe we need to remove checking kala text-domain check from this main PHPCS rules and it in theme or plugin root folder.
The text was updated successfully, but these errors were encountered:
Above is outputted when using command
./vendor/bin/phpcs htdocs/wp-content/plugins/meomblocks
with this.phpcs.xml.dist
in meoblocks root.Maybe we need to remove checking
kala
text-domain check from this main PHPCS rules and it in theme or plugin root folder.The text was updated successfully, but these errors were encountered: