Skip to content

Commit

Permalink
Force extensions to only .php files
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 8, 2022
1 parent cd470ea commit a1d22eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Wdes/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<!-- https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset -->
<description>Wdes coding standard</description>

<arg name="extensions" value="php" />
<config name="installed_paths" value="../../slevomat/coding-standard"/>
<rule ref="SlevomatCodingStandard.Classes.ClassConstantVisibility"/>
<rule ref="SlevomatCodingStandard.PHP.UselessSemicolon"/>
Expand Down

0 comments on commit a1d22eb

Please sign in to comment.