summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-13 16:42:02 -0700
committermo khan <mo.khan@gmail.com>2020-01-13 16:43:03 -0700
commita41db2fba0036f91052b8179b7133156c9cc4084 (patch)
tree461e80badaf059282d60e4fb38824b8f6b192b2b /.rubocop.yml
parent0a6eda8ef4e8a7057d48dfbc1cac36dca32fc298 (diff)
Allow following redirects
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3589339..b7c52f1 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -7,7 +7,7 @@ AllCops:
- 'vendor/**/*'
TargetRubyVersion: 2.4
-Layout/AlignParameters:
+Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation
Naming/RescuedExceptionsVariableName: