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.
1 parent 628b9ab commit b8e4baeCopy full SHA for b8e4bae
phpcs.xml
@@ -5,8 +5,8 @@
5
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
6
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
7
<description>PHPCS</description>
8
- <!--<exclude-pattern>path/to/exclude/*</exclude-pattern>-->
9
- <rule ref="./vendor/mediact/coding-standard/src/MediaCT"/>
+
+ <rule ref="PSR2" />
10
11
<rule ref="Generic.NamingConventions.CamelCapsFunctionName.NotCamelCaps">
12
<exclude-pattern>tests/Fixture/functions.php</exclude-pattern>
0 commit comments