From ac95233942d40454bf1442e077efcb74f72e430b Mon Sep 17 00:00:00 2001 From: Christopher Vollick <0@psycoti.ca> Date: Tue, 27 May 2025 12:05:57 -0400 Subject: [PATCH] Update Rubocop Rules These were warnings and deprecation notices rubocop spit out. Just a few renames. --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: