From: Go MAEDA Date: Wed, 17 Feb 2021 12:38:41 +0000 (+0000) Subject: Reverts r20190. X-Git-Tag: 4.2.0~85 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f4c093ee93b9da2184589115146aaeac35903fde;p=redmine.git Reverts r20190. git-svn-id: http://svn.redmine.org/redmine/trunk@20749 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.rubocop.yml b/.rubocop.yml index e9c8ed35e..b934d6f8a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -87,7 +87,7 @@ Layout/SpaceInsideBlockBraces: Enabled: false Layout/SpaceInsideHashLiteralBraces: - EnforcedStyle: no_space + Enabled: false Lint/RaiseException: Enabled: true