From 603125ae22d11dda5d487d4e023e66cce89d85a0 Mon Sep 17 00:00:00 2001 From: Viacheslav Rostovtsev Date: Thu, 12 Jun 2025 15:00:49 -0700 Subject: [PATCH 1/2] fix: rename cop to eliminate extra warnings --- google-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-style.yml b/google-style.yml index b438ae3..f41ce90 100644 --- a/google-style.yml +++ b/google-style.yml @@ -276,7 +276,7 @@ Naming/BlockForwarding: # Does not allow distinguishing verbs (e.g. is vs has). Also causes problems # for generated code that might have generated method names. -Naming/PredicateName: +Naming/PredicatePrefix: Enabled: false # Numbers are occasionally semantically useful in names, and also occasionally From 81a1e2ed20e4bcbe365354ee01d69f4cfde0ce17 Mon Sep 17 00:00:00 2001 From: Viacheslav Rostovtsev Date: Thu, 12 Jun 2025 15:09:19 -0700 Subject: [PATCH 2/2] fix: rename cop to eliminate extra warnings --- google-style.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-style.gemspec b/google-style.gemspec index 495d589..1a20495 100644 --- a/google-style.gemspec +++ b/google-style.gemspec @@ -33,5 +33,5 @@ Gem::Specification.new do |gem| gem.required_ruby_version = ">= 3.1.0" - gem.add_dependency "rubocop", "~> 1.75" + gem.add_dependency "rubocop", "~> 1.76" end