File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 22<ruleset name =" Codeat" >
33 <description >Codeat coding standard.</description >
44
5+ <exclude-pattern >/vendor/*</exclude-pattern >
6+ <exclude-pattern >/node_modules/*</exclude-pattern >
7+ <exclude-pattern >freemius</exclude-pattern >
8+ <exclude-pattern >/lib/</exclude-pattern >
9+ <exclude-pattern >*test*</exclude-pattern >
10+ <exclude-pattern >index.php</exclude-pattern >
11+ <exclude-pattern >CMB2</exclude-pattern >
12+
513 <!-- https://github.com/CodeAtCode/PHPDoc-for-PHPCS-PHPCBF/ -->
614 <rule ref =" PHPDoc" />
715
5462 <exclude name =" Squiz.Commenting.InlineComment.InvalidEndChar" />
5563 </rule >
5664
65+ <rule ref =" WordPress.WP.DeprecatedClasses" >
66+ <properties >
67+ <property name =" minimum_supported_version" value =" 4.6" />
68+ </properties >
69+ </rule >
70+
71+
72+ <rule ref =" WordPress.WP.DeprecatedFunctions" >
73+ <properties >
74+ <property name =" minimum_supported_version" value =" 4.6" />
75+ </properties >
76+ </rule >
77+
78+ <rule ref =" WordPress.WP.DeprecatedParameters" >
79+ <properties >
80+ <property name =" minimum_supported_version" value =" 4.6" />
81+ </properties >
82+ </rule >
83+
84+
85+ <rule ref =" WordPress.WP.I18n" >
86+ <properties >
87+ <property name =" text_domain" type =" array" value =" glossary,woo-fiscalita-italiana" />
88+ </properties >
89+ </rule >
90+
5791</ruleset >
You can’t perform that action at this time.
0 commit comments