summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index f1b7cd2..6c24a0d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -6,3 +6,9 @@ AllCops:
- 'tmp/**/*'
- 'vendor/**/*'
TargetRubyVersion: 2.5
+
+Layout/AlignParameters:
+ EnforcedStyle: with_fixed_indentation
+
+Naming/RescuedExceptionsVariableName:
+ PreferredName: error