aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/.rubocop.yml
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-08-14 10:44:17 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-08-14 10:47:30 -0700
commit975d0cb02e3c1fb830e4b7a4d6cde8fa1955944b (patch)
tree30531bf54f0f46754f1f4619903bdc4d09f1c533 /src/ruby/.rubocop.yml
parent76714346086e05975492327f05a9f3a546f02782 (diff)
Add a health checker service implementation.
- adds the code-generated health service classes to the pb along with a README explaining how to regenerate the generated code - adds an implementation of the Health Checker Service along with unit tests and an integration test Also: - adds a pb folder : in a follow-up PR, all ruby pbs + generated code will be moved to it
Diffstat (limited to 'src/ruby/.rubocop.yml')
-rw-r--r--src/ruby/.rubocop.yml1
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/*'