Skip to content

Commit

Permalink
Remove unneeded phpcs rules
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Feb 27, 2020
1 parent 27f5d99 commit 4ce78e0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@
xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd"
>
<rule ref="./vendor/phpmyadmin/coding-standard/PhpMyAdmin/ruleset.xml">
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace"/>
<exclude name="PEAR.Commenting.FileComment"/>
<exclude name="PEAR.Commenting.ClassComment"/>
<exclude name="PEAR.Commenting.FunctionComment"/>
</rule>

<rule ref="PSR2.Classes.PropertyDeclaration.Underscore">
<severity>4</severity>
</rule>
<rule ref="Squiz.NamingConventions.ValidVariableName">
<severity>4</severity>
</rule>

<arg value="sp"/>
<arg name="colors"/>
<arg name="extensions" value="php"/>
Expand Down

0 comments on commit 4ce78e0

Please sign in to comment.