diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-20 17:12:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-20 17:12:40 +0000 |
commit | f20e125bc12dd62a505365023a1ae41f355d83e9 (patch) | |
tree | db407ad0611ea96ec30ee993a6c7749b3fc51cef /.rubocop.yml | |
parent | 8db904c4011d335676b1d0a2c2b89a0d111c2b05 (diff) | |
download | redmine-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.yml | 3 |
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 |