Skip to content

Commit

Permalink
Merge pull request #11 from bakaphp/hotfix-composer-json
Browse files Browse the repository at this point in the history
Hotfix composer json
  • Loading branch information
kaioken authored Dec 2, 2018
2 parents cd3e13a + 008fb13 commit e580994
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<ruleset name="Phalcon">
<description>Phalcon Coding Standards</description>
<arg value="-colors"/>
<arg value="s"/>
<rule ref="PSR2">
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
<exclude name="Generic.Files.LineLength.TooLong"/>
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols"/>
</rule>
<file>tests/cli</file>
<file>tests/integration</file>
<file>tests/unit</file>
<file>tests/_data/fixtures/Traits</file>
<file>tests/_support/Helper</file>
</ruleset>

0 comments on commit e580994

Please sign in to comment.