Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

prefer-template: Allow "a" + "b" + "c", and enable rule #2741

Merged
merged 1 commit into from May 12, 2017

Conversation

andy-hanson
Copy link
Contributor

PR checklist

  • Addresses an existing issue: #0000
  • New feature, bugfix, or enhancement
    • Includes tests
  • Documentation update

Overview of change:

Fixes prefer-template to allow string concatenation where the LHS is a series of string concatenations, as in "a" + "b" + "c".
Enables the rule along with restrict-plus-operands (which is mostly fixed as a side-effect).

CHANGELOG.md entry:

[bugfix] prefer-template: Allow "a" + "b" + "c".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants