There was an error while loading. Please reload this page.
2 parents 4828e17 + fde18e0 commit a3c1394Copy full SHA for a3c1394
1 file changed
NocWorx/ruleset.xml
@@ -30,4 +30,10 @@
30
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
31
<type>warning</type>
32
</rule>
33
+ <rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
34
+ <exclude-pattern>*/nocworx/include/*</exclude-pattern>
35
+ </rule>
36
+ <rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
37
38
39
</ruleset>
0 commit comments