Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 02:34:50 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:31:56 +0300
commitb664a542042fc9b31849bb074f821bc0d1ff5d92 (patch)
tree1eae03a124af25dc147117208408f547b94e1904 /.rubocop.yml
parentc10064aad5d0e4ca1981fd898a6688e42ea8c9d0 (diff)
Disable Style/TrailingCommaInLiteral
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index cd120e8581c..5d89b73fe2b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -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