diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-10-24 15:17:21 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-10-24 15:17:21 +0000 |
commit | d57674962ad938b46128fd671133d651f6a78b15 (patch) | |
tree | d024398185585db9624a8cf358a99d04ac90bf2f | |
parent | 201412e5e648e33458d124ba4f69d7f50f7ef8c6 (diff) | |
download | redmine-d57674962ad938b46128fd671133d651f6a78b15.tar.gz redmine-d57674962ad938b46128fd671133d651f6a78b15.zip |
restore r18857 lost by r20171 (#32530)
git-svn-id: http://svn.redmine.org/redmine/trunk@20190 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 3d4420d69..4dd2845ef 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -49,7 +49,7 @@ Layout/SpaceInsideBlockBraces: SpaceBeforeBlockParameters: false Layout/SpaceInsideHashLiteralBraces: - Enabled: false + EnforcedStyle: no_space Lint/RaiseException: Enabled: true |