diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-16 13:00:29 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-16 13:00:29 +0000 |
commit | 230abc1cefee30182905d5e52ddc8b62b548a432 (patch) | |
tree | 179ac2f0a0f95803e38de1a9a85f2240cda4296e /.rubocop.yml | |
parent | 7870dd73a96d4e5d5d921b38c32db0cd33a675ab (diff) | |
download | redmine-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.yml | 3 |
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 |