From f20e125bc12dd62a505365023a1ae41f355d83e9 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 20 Nov 2019 17:12:40 +0000 Subject: rubocop: disable Style/TrailingCommaInHashLiteral git-svn-id: http://svn.redmine.org/redmine/trunk@19109 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 5786dfc09..864bf0c45 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -107,3 +107,6 @@ Style/IdenticalConditionalBranches: Style/TrailingCommaInArrayLiteral: Enabled: false + +Style/TrailingCommaInHashLiteral: + Enabled: false -- cgit v1.2.3