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