Skip to content

Commit

Permalink
Merge pull request #2 from jobilla/fix/alignment-cs
Browse files Browse the repository at this point in the history
Make statement alignment an absolute requirement
  • Loading branch information
appelsiini authored Feb 28, 2018
2 parents fd17251 + 013be6e commit 0f2b233
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion phpcs/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
<rule ref="Generic.Files.OneInterfacePerFile"/>

<rule ref="Generic.Formatting.DisallowMultipleStatements"/>
<rule ref="Generic.Formatting.MultipleStatementAlignment"/>
<rule ref="Generic.Formatting.MultipleStatementAlignment">
<properties>
<property name="error" value="true" />
</properties>
</rule>

<rule ref="Generic.Metrics.CyclomaticComplexity"/>
<rule ref="Generic.Metrics.NestingLevel"/>
Expand Down

0 comments on commit 0f2b233

Please sign in to comment.