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