Skip to content

Commit

Permalink
Use ZF coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 7, 2017
1 parent d7aa909 commit ffad074
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions phpcs.xml
Expand Up @@ -2,24 +2,8 @@
<ruleset name="mwop.net coding standard">
<description>mwop.net coding standard</description>

<!-- display progress -->
<arg value="p"/>
<arg name="colors"/>
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>

<!-- inherit rules from: -->
<rule ref="PSR2"/>
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
<rule ref="Generic.Formatting.SpaceAfterNot"/>
<rule ref="Squiz.WhiteSpace.OperatorSpacing">
<properties>
<property name="ignoreNewlines" value="true"/>
</properties>
</rule>
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
<properties>
<property name="ignoreBlankLines" value="false"/>
</properties>
</rule>
<rule ref="PSR1.Files.SideEffects">
<exclude-pattern>bin/mwop.net.php</exclude-pattern>
</rule>
Expand Down

0 comments on commit ffad074

Please sign in to comment.