Skip to content

Commit

Permalink
Merge pull request #51 from VincentLanglet/concat
Browse files Browse the repository at this point in the history
✨ Remove string concat check
  • Loading branch information
VincentLanglet authored May 6, 2019
2 parents 7bc6fa5 + 636618e commit 1dd22e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions SymfonyCustom/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,4 @@
<rule ref="Squiz.WhiteSpace.LogicalOperatorSpacing"/>
<rule ref="Squiz.WhiteSpace.CastSpacing"/>
<rule ref="Squiz.WhiteSpace.ObjectOperatorSpacing"/>
<rule ref="Generic.Strings.UnnecessaryStringConcat">
<properties>
<property name="allowMultiline" value="true"/>
</properties>
</rule>
</ruleset>
10 changes: 0 additions & 10 deletions docs/standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,6 @@ we do not respect this rule:
</rule>
```

- Do not use unnecessary concat operator

```
<rule ref="Generic.Strings.UnnecessaryStringConcat">
<properties>
<property name="allowMultiline" value="true"/>
</properties>
</rule>
```

### Custom
- Some others checks are made about array (`=>` alignments and indentation)

Expand Down

0 comments on commit 1dd22e4

Please sign in to comment.