Skip to content

Commit

Permalink
Merge pull request #8 from chadicus/develop
Browse files Browse the repository at this point in the history
Remove strict indentation
  • Loading branch information
chadicus authored Jan 4, 2017
2 parents 792abe6 + 93c3852 commit 0dd21e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Chadicus/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,4 @@
<rule ref="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing">
<type>warning</type>
</rule>

<!-- Enforce strict indentation -->
<rule ref="Generic.WhiteSpace.ScopeIndent">
<properties>
<property name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT_OPEN_TAG"/>
<property name="exact" value="true"/>
</properties>
</rule>
</ruleset>

0 comments on commit 0dd21e9

Please sign in to comment.