Skip to content
Snippets Groups Projects
Commit b664a542 authored by Douwe Maan's avatar Douwe Maan
Browse files

Disable Style/TrailingCommaInLiteral

parent c10064aa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment