rubocop: Style/LineEndConcatenation, 1281

This commit is contained in:
Peter Bhat Harkins 2018-03-14 08:37:07 -06:00
parent 8138d9e7a4
commit 6a8629009c

View File

@ -66,6 +66,8 @@ Style/RedundantReturn:
Enabled: false
Style/RedundantSelf:
Enabled: false
Style/LineEndConcatenation:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/TrailingCommaInLiteral: