From c5b5d1e445c4b1564735c6f5f6d89f398193f347 Mon Sep 17 00:00:00 2001 From: Jesus Federico Date: Wed, 1 May 2019 14:49:53 -0400 Subject: [PATCH] Update .rubocop.yml --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0e5d326b..3b5e98e8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -170,7 +170,7 @@ Naming/FileName: Regex: IgnoreExecutableScripts: true -Layout/FirstParameterIndentation: +Layout/IndentFirstArgument: EnforcedStyle: consistent SupportedStyles: - consistent