diff --git a/.rubocop.yml b/.rubocop.yml index 5330a6a75d6cc3bb3359aca9bcc5bc1ffb25cadf..c8676aa0ada6d5a81e3eaaacbc6dcb77a4a34c0e 100644 --- a/.rubocop.yml +++ b/.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: