aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ec33b1ee33..399fc66730 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -136,6 +136,10 @@ Lint/EndAlignment:
Lint/RequireParentheses:
Enabled: true
+Style/RedundantReturn:
+ Enabled: true
+ AllowMultipleReturnValues: true
+
Style/Semicolon:
Enabled: true
AllowAsExpressionSeparator: true