Created
May 30, 2013 17:09
-
-
Save eugene-dounar/5679501 to your computer and use it in GitHub Desktop.
PHP CodeSniffer rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<ruleset name="Intellectsoft"> | |
<description>Intellectsoft coding standard</description> | |
<exclude-pattern>*/Resources/*</exclude-pattern> | |
<rule ref="PSR2"/> | |
<rule ref="Symfony2.Formatting.BlankLineBeforeReturn"/> | |
<rule ref="PEAR.Functions.FunctionCallSignature.SpaceAfterCloseBracket"><severity>0</severity></rule> | |
<rule ref="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"><severity>0</severity></rule> | |
<rule ref="PEAR.Functions.FunctionCallSignature.MultipleArguments"><severity>0</severity></rule> | |
<rule ref="PEAR.Functions.FunctionCallSignature.CloseBracketLine"><severity>0</severity></rule> | |
</ruleset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment