Disable Style/TrailingCommaInLiteral

This commit is contained in:
Douwe Maan 2017-02-21 17:34:50 -06:00
parent c10064aad5
commit b664a54204
2 changed files with 3 additions and 7 deletions

View File

@ -452,6 +452,9 @@ Style/Tab:
Style/TrailingBlankLines:
Enabled: true
Style/TrailingCommaInLiteral:
Enabled: false
# Checks for %W when interpolation is not needed.
Style/UnneededCapitalW:
Enabled: true

View File

@ -794,13 +794,6 @@ Style/TernaryParentheses:
Style/TrailingCommaInArguments:
Enabled: false
# Offense count: 158
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
# SupportedStyles: comma, consistent_comma, no_comma
Style/TrailingCommaInLiteral:
Enabled: false
# Offense count: 7
# Cop supports --auto-correct.
# Configuration parameters: AllowNamedUnderscoreVariables.