aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorkei <kei.takakuda.0415@icloud.com>2019-04-12 01:20:25 +0900
committerkei <kei.takakuda.0415@icloud.com>2019-04-12 01:20:25 +0900
commit68cad40c09418112416b7c09cb019af14eb8e2b9 (patch)
tree32a680e6accda8ed4ab7e2efb990e770fc442907 /.rubocop.yml
parent91a2e4f9e306d4c8acd3266a6159d5ec9ffde1d8 (diff)
downloadrails-68cad40c09418112416b7c09cb019af14eb8e2b9.tar.gz
rails-68cad40c09418112416b7c09cb019af14eb8e2b9.tar.bz2
rails-68cad40c09418112416b7c09cb019af14eb8e2b9.zip
Layout/SpaceBeforeComment Enabled: true
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b1c68bd06e..3dbd4a27a6 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -116,6 +116,9 @@ Layout/SpaceAroundOperators:
Layout/SpaceBeforeComma:
Enabled: true
+Layout/SpaceBeforeComment:
+ Enabled: true
+
Layout/SpaceBeforeFirstArg:
Enabled: true