diff options
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index bec2464c740..775d61b6408 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -400,6 +400,10 @@ Style/SpaceBeforeComment: Style/SpaceBeforeSemicolon: Enabled: true +# No spaces before semicolons. +Style/SpaceBeforeModifier: + Enabled: true + # Use spaces inside hash literal braces - or don't. Style/SpaceInsideHashLiteralBraces: Enabled: true |