From c50509b7411442113450d07a7dd61965321c6f43 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Sun, 21 Feb 2021 11:58:50 -0500 Subject: [PATCH] Commit rubocop remote configuration update --- ...-shopify-github-io-ruby-style-guide-rubocop-yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml b/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml index e77a043..bf5983d 100644 --- a/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml +++ b/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml @@ -20,6 +20,12 @@ Style/Alias: - prefer_alias - prefer_alias_method +Layout/ArgumentAlignment: + EnforcedStyle: with_fixed_indentation + SupportedStyles: + - with_first_argument + - with_fixed_indentation + Layout/HashAlignment: EnforcedHashRocketStyle: key EnforcedColonStyle: key @@ -165,14 +171,6 @@ Naming/FileName: Regex: IgnoreExecutableScripts: true -Layout/FirstArgumentIndentation: - EnforcedStyle: consistent - SupportedStyles: - - consistent - - special_for_inner_method_call - - special_for_inner_method_call_in_parentheses - IndentationWidth: - Style/For: EnforcedStyle: each SupportedStyles: