We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
class-
1 parent 55bccb0 commit 2c2abd5Copy full SHA for 2c2abd5
phpcs.ruleset.xml
@@ -5,15 +5,6 @@
5
<rule ref="WordPress-Core" />
6
<rule ref="WordPress-Docs" />
7
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
-
17
<exclude-pattern>*/node_modules/*</exclude-pattern>
18
<exclude-pattern>*/vendor/*</exclude-pattern>
19
<exclude-pattern>*/tests/*</exclude-pattern>
0 commit comments