Skip to content

Commit

Permalink
re-adding removed rule
Browse files Browse the repository at this point in the history
  • Loading branch information
clwells committed Feb 10, 2019
1 parent f7e1793 commit 9870f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NocWorx/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.Indent"/>
<exclude name="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore"/>
<exclude name="Squiz.ControlStructures.ForLoopDeclaration"/>

<!-- these two can be reincluded once we've gone full on namespaced. -->
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace"/>
<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps"/>
Expand Down Expand Up @@ -59,8 +59,8 @@

<rule ref="Generic.Files.LineLength">
<properties>
<property name="absoluteLineLimit" value="80"/>
<property name="ignoreComments" value="true" />
<property name="absoluteLineLimit" value="79"/>
<property name="ignoreComments" value="false"/>
</properties>
</rule>

Expand Down

0 comments on commit 9870f6e

Please sign in to comment.