summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 17:34:50 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:56 -0600
commitb664a542042fc9b31849bb074f821bc0d1ff5d92 (patch)
tree1eae03a124af25dc147117208408f547b94e1904 /.rubocop_todo.yml
parentc10064aad5d0e4ca1981fd898a6688e42ea8c9d0 (diff)
downloadgitlab-ce-b664a542042fc9b31849bb074f821bc0d1ff5d92.tar.gz
Disable Style/TrailingCommaInLiteral
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 4da79899831..d065b246050 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -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.