Commit rubocop remote configuration update

This commit is contained in:
Dylan Thacker-Smith
2021-02-21 11:58:50 -05:00
parent cd66572514
commit c50509b741

View File

@@ -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: