From 9e9c2de0ac13113899e2fee23198359aae382b55 Mon Sep 17 00:00:00 2001 From: ishakun Date: Mon, 29 Sep 2025 11:41:08 -0500 Subject: [PATCH] non-production: ignore unrecognized cops --- ruby/.rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruby/.rubocop.yml b/ruby/.rubocop.yml index c6a822a..0a46e50 100644 --- a/ruby/.rubocop.yml +++ b/ruby/.rubocop.yml @@ -12,6 +12,7 @@ AllCops: - '**/db/schema.rb' - !ruby/regexp /old_and_unused\.rb$/ NewCops: enable + IgnoreUnrecognizedCops: true # Configure cops for styles that we do not adhere to or are not agreed upon # Default settings and options can be viewed here: https://raw.githubusercontent.com/bbatsov/rubocop/master/config/default.yml