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.
2 parents 6a6f1ff + 52ff061 commit 4782858Copy full SHA for 4782858
ruleset.xml
@@ -1,6 +1,8 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
-<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PSR1" xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd">
+<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="LabradorKennel" xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd">
3
<rule ref="PSR2">
4
+ <!-- We are removing this check because our Enum API uses PascalCase method names -->
5
+ <exclude name="PSR1.Methods.CamelCapsMethodName" />
6
<exclude name="PSR2.Classes.ClassDeclaration.OpenBraceNewLine" />
7
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration" />
8
</rule>
0 commit comments