chore: update rubocop names

Amolith created

Change summary

.rubocop.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

.rubocop.yml 🔗

@@ -1,4 +1,4 @@
-Metrics/LineLength:
+Layout/LineLength:
   Max: 80
 
 Layout/IndentationStyle:
@@ -9,7 +9,7 @@ Layout/IndentationStyle:
 Layout/IndentationWidth:
   Width: 1 # one tab
 
-Lint/EndAlignment:
+Layout/EndAlignment:
   EnforcedStyleAlignWith: variable
 
 Lint/RescueException: