diff options
Diffstat (limited to 'src/ruby/.rubocop.yml')
-rw-r--r-- | src/ruby/.rubocop.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/.rubocop.yml b/src/ruby/.rubocop.yml index 47e382afa7..1b255f3963 100644 --- a/src/ruby/.rubocop.yml +++ b/src/ruby/.rubocop.yml @@ -8,3 +8,4 @@ AllCops: - 'bin/interop/test/**/*' - 'bin/math.rb' - 'bin/math_services.rb' + - 'pb/grpc/health/v1alpha/*' |