summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-23 06:44:31 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-23 06:44:31 +0000
commitb94294f6b59b89bbd631139907439bf5799ccda1 (patch)
treee9fa18488f1f838c84d856675152bbce59697f35 /.rubocop.yml
parent082f1eed51adb3fbfa31e9147c2b7bd60a4f0215 (diff)
downloadredmine-b94294f6b59b89bbd631139907439bf5799ccda1.tar.gz
redmine-b94294f6b59b89bbd631139907439bf5799ccda1.zip
rubocop: set Layout/SpaceInsideBlockBraces parameters used more than others
git-svn-id: http://svn.redmine.org/redmine/trunk@18851 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8a92acfd3..9855bdece 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -36,8 +36,10 @@ Layout/EmptyLineBetweenDefs:
Layout/SpaceBeforeBlockBraces:
Enabled: false
+# You can see results by "rubocop --only Layout/SpaceInsideBlockBraces"
Layout/SpaceInsideBlockBraces:
- Enabled: false
+ EnforcedStyle: no_space
+ SpaceBeforeBlockParameters: false
Layout/SpaceInsideHashLiteralBraces:
Enabled: false