aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index dd8db6af3a..de355eeb13 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -25,3 +25,16 @@ Style/AndOr:
# Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
Lint/RequireParentheses:
enabled: true
+
+Style/BracesAroundHashParameters:
+ enabled: true
+
+Style/IndentationConsistency:
+ enabled: true
+ EnforcedStyle: rails
+
+Style/EmptyLinesAroundClassBody:
+ enabled: true
+
+Style/EmptyLinesAroundModuleBody:
+ enabled: true