summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-16 13:00:29 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-16 13:00:29 +0000
commit230abc1cefee30182905d5e52ddc8b62b548a432 (patch)
tree179ac2f0a0f95803e38de1a9a85f2240cda4296e /.rubocop.yml
parent7870dd73a96d4e5d5d921b38c32db0cd33a675ab (diff)
downloadredmine-230abc1cefee30182905d5e52ddc8b62b548a432.tar.gz
redmine-230abc1cefee30182905d5e52ddc8b62b548a432.zip
rubocop: disable Style/TrailingCommaInArrayLiteral
git-svn-id: http://svn.redmine.org/redmine/trunk@18689 e93f8b46-1217-0410-a6f0-8f06a7374b81
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 22b3e0687..07d9f511b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -92,3 +92,6 @@ Style/IdenticalConditionalBranches:
Exclude:
- 'config/initializers/10-patches.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
+
+Style/TrailingCommaInArrayLiteral:
+ Enabled: false