Skip to content

Commit

Permalink
Merge pull request #31 from Yoast/JRF/maintain-existing-exclusion
Browse files Browse the repository at this point in the history
Enable rule which was previously turned off
  • Loading branch information
moorscode authored Aug 2, 2017
2 parents 9a79d13 + 3d9172d commit 0573753
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Yoast/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@
</rule>

<!-- Application memory use! -->
<!-- Temporarily disabled to discuss, see https://github.com/Yoast/yoastcs/issues/4 R. -->
<!--<rule ref="Generic.Strings.UnnecessaryStringConcat" />-->
<rule ref="Generic.Strings.UnnecessaryStringConcat">
<properties>
<property name="allowMultiline" value="true" />
</properties>
</rule>

<!-- Error prevention: Make sure the condition in a inline if declaration is bracketed -->
<rule ref="Squiz.ControlStructures.InlineIfDeclaration" />
Expand Down

0 comments on commit 0573753

Please sign in to comment.