aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/.rubocop.yml
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-08-14 18:47:16 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-08-14 18:47:16 -0700
commitf4ee961bed89833146d0206ef68f20c4d9b7257a (patch)
tree878de31e6bb5eff5379e17683cf62e6a6435dbf9 /src/ruby/.rubocop.yml
parent53c85d68f964ea586c8a84c9d0c411bb4ac15219 (diff)
Reorganize interop test files.
- moves the client/server behaviour to pb/test - deprecate current bin/interop/interop_{client,server}.rb - adds executable endpoints to bin - grpc_ruby_interop_{client, server} - these will be added to the ruby bin path when the grpc gem gem is installed, making them easier to execute
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 1b255f3963..312bdca384 100644
--- a/src/ruby/.rubocop.yml
+++ b/src/ruby/.rubocop.yml
@@ -5,7 +5,7 @@ inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- 'bin/apis/**/*'
- - 'bin/interop/test/**/*'
- 'bin/math.rb'
- 'bin/math_services.rb'
- 'pb/grpc/health/v1alpha/*'
+ - 'pb/test/**/*'