From 230abc1cefee30182905d5e52ddc8b62b548a432 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 16 Oct 2019 13:00:29 +0000 Subject: rubocop: disable Style/TrailingCommaInArrayLiteral git-svn-id: http://svn.redmine.org/redmine/trunk@18689 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') 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 -- cgit v1.2.3