diff options
author | Go MAEDA <maeda@farend.jp> | 2021-02-17 12:38:41 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-02-17 12:38:41 +0000 |
commit | f4c093ee93b9da2184589115146aaeac35903fde (patch) | |
tree | ad47094f0f49268aeabb478da2ad6a22f55a2454 /.rubocop.yml | |
parent | 0a70e58490143a808e83d687bcaa47d895ecf4dd (diff) | |
download | redmine-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.yml | 2 |
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 |