diff --git a/.rubocop.yml b/.rubocop.yml index 83a0f5a65..d35799e09 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,9 +1,11 @@ require: - rubocop-rails - rubocop-performance + - rubocop-rspec AllCops: - TargetRubyVersion: 3.1 + NewCops: enable + TargetRubyVersion: 3.1.4 Exclude: - 'bin/**/*' - 'db/**/*' @@ -72,7 +74,7 @@ Metrics/ModuleLength: Enabled: false Layout/LineLength: - IgnoredPatterns: ['\A#'] + AllowedPatterns: ['\A#'] Metrics/ClassLength: Enabled: false