Update Rubocop Rules

Christopher Vollick created

These were warnings and deprecation notices rubocop spit out.
Just a few renames.

Change summary

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

Detailed changes

.rubocop.yml 🔗

@@ -11,7 +11,7 @@ Metrics/MethodLength:
     - test/*
 
 Metrics/BlockLength:
-  ExcludedMethods:
+  AllowedMethods:
     - route
     - "on"
   Exclude:
@@ -95,7 +95,7 @@ Style/RegexpLiteral:
   EnforcedStyle: slashes
   AllowInnerSlashes: true
 
-Lint/EndAlignment:
+Layout/EndAlignment:
   EnforcedStyleAlignWith: variable
 
 Lint/OutOfRangeRegexpRef: