summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-20 17:12:40 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-20 17:12:40 +0000
commitf20e125bc12dd62a505365023a1ae41f355d83e9 (patch)
treedb407ad0611ea96ec30ee993a6c7749b3fc51cef /.rubocop.yml
parent8db904c4011d335676b1d0a2c2b89a0d111c2b05 (diff)
downloadredmine-f20e125bc12dd62a505365023a1ae41f355d83e9.tar.gz
redmine-f20e125bc12dd62a505365023a1ae41f355d83e9.zip
rubocop: disable Style/TrailingCommaInHashLiteral
git-svn-id: http://svn.redmine.org/redmine/trunk@19109 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 5786dfc09..864bf0c45 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -107,3 +107,6 @@ Style/IdenticalConditionalBranches:
Style/TrailingCommaInArrayLiteral:
Enabled: false
+
+Style/TrailingCommaInHashLiteral:
+ Enabled: false