Skip to content

Commit ed37eb0

Browse files
vhenzlondrejmirtes
authored andcommitted
Exclude sniff for class constant visibility from Slevomat CS
1 parent 756c783 commit ed37eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<ruleset name="PHPStan Doctrine extensions">
33
<rule ref="vendor/consistence/coding-standard/Consistence/ruleset.xml"/>
44
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml">
5+
<exclude name="SlevomatCodingStandard.Classes.ClassConstantVisibility.MissingConstantVisibility"/>
56
<exclude name="SlevomatCodingStandard.Files.TypeNameMatchesFileName"/>
67
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword"/>
78
<exclude name="SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces"/>

0 commit comments

Comments
 (0)