summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-02-17 12:38:41 +0000
committerGo MAEDA <maeda@farend.jp>2021-02-17 12:38:41 +0000
commitf4c093ee93b9da2184589115146aaeac35903fde (patch)
treead47094f0f49268aeabb478da2ad6a22f55a2454 /.rubocop.yml
parent0a70e58490143a808e83d687bcaa47d895ecf4dd (diff)
downloadredmine-f4c093ee93b9da2184589115146aaeac35903fde.tar.gz
redmine-f4c093ee93b9da2184589115146aaeac35903fde.zip
Reverts r20190.
git-svn-id: http://svn.redmine.org/redmine/trunk@20749 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
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