aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/.rubocop.yml')
-rw-r--r--src/ruby/.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/.rubocop.yml b/src/ruby/.rubocop.yml
index dd57ab6082..ff5cf8db83 100644
--- a/src/ruby/.rubocop.yml
+++ b/src/ruby/.rubocop.yml
@@ -7,7 +7,7 @@ AllCops:
- 'bin/apis/**/*'
- 'bin/math.rb'
- 'bin/math_services.rb'
- - 'pb/grpc/health/v1alpha/*'
+ - 'pb/grpc/health/v1/*'
- 'pb/test/**/*'
Metrics/CyclomaticComplexity: