Commit 83f901f

mo khan <mo.khan@gmail.com>
2019-08-23 17:13:26
update cop name and override default for another cop
1 parent c2a7ad8
Changed files (1)
.rubocop.yml
@@ -14,6 +14,9 @@ AllCops:
     - 'vendor/**/*'
   TargetRubyVersion: 2.4
 
+Layout/AlignArguments:
+  EnforcedStyle: with_fixed_indentation
+
 Layout/AlignParameters:
   Enabled: true
   EnforcedStyle: with_fixed_indentation
@@ -38,7 +41,7 @@ Layout/ClassStructure:
 Layout/EndOfLine:
   EnforcedStyle: lf
 
-Layout/IndentArray:
+Layout/IndentFirstArrayElement:
   EnforcedStyle: consistent
 
 Layout/IndentHeredoc: