Skip to content

Commit 2c2abd5

Browse files
committed
Remove the rule skip on name conventions - we now have class- prefix
1 parent 55bccb0 commit 2c2abd5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

phpcs.ruleset.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
<rule ref="WordPress-Core" />
66
<rule ref="WordPress-Docs" />
77

8-
<!--
9-
Allow us not call our main file class-*.php
10-
-->
11-
<rule ref="WordPress.Files.FileName">
12-
<properties>
13-
<property name="strict_class_file_names" value="false" />
14-
</properties>
15-
</rule>
16-
178
<exclude-pattern>*/node_modules/*</exclude-pattern>
189
<exclude-pattern>*/vendor/*</exclude-pattern>
1910
<exclude-pattern>*/tests/*</exclude-pattern>

0 commit comments

Comments
 (0)