From a41db2fba0036f91052b8179b7133156c9cc4084 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 13 Jan 2020 16:42:02 -0700 Subject: Allow following redirects --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') 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: -- cgit v1.2.3