View ruleset.xml
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"?> | |
<!--http://edorian.github.io/php-coding-standard-generator/#phpcs--> | |
<ruleset name="Bradburylab"> | |
<description>Bradburylab coding standard</description> | |
<exclude-pattern>*/tests/*</exclude-pattern> | |
<!-- Include the whole PSR-2 standard --> | |
<!--<rule ref="PSR2">--> | |
<!--<exclude name="Generic.WhiteSpace.ScopeIndent"/>--> | |
<!--</rule>--> | |
<rule ref="Security"> |