Commit cd72433

mo khan <mo.khan@gmail.com>
2020-06-13 15:16:25
Update names of linter rules
1 parent f59c3c5
Changed files (1)
.rubocop.yml
@@ -17,10 +17,10 @@ AllCops:
     - 'tmp/**/*'
     - 'vendor/**/*'
 
-Layout/AlignArguments:
+Layout/ArgumentAlignment:
   EnforcedStyle: with_fixed_indentation
 
-Layout/IndentFirstArrayElement:
+Layout/FirstArrayElementIndentation:
   EnforcedStyle: consistent
 
 Metrics/AbcSize:
@@ -30,7 +30,7 @@ Metrics/BlockLength:
   Exclude:
     - 'spec/**/*'
 
-Metrics/LineLength:
+Layout/LineLength:
   Exclude:
     - 'db/migrate/*'
     - 'spec/**/*'