aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/.rubocop.yml
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-03-19 23:32:54 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-03-20 00:07:25 -0700
commit4e606751db54e289fae86aed7e1b1c2f35478469 (patch)
treec36ec08732b5de4355fe9e8e3f3b62f3baa97413 /src/ruby/.rubocop.yml
parentb862b6ae205628d7713ee2e4cbb752206cf0b1f6 (diff)
add end2end tests to formatter and adjust to formatter
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 0f61ccfa81..7174f3b15a 100644
--- a/src/ruby/.rubocop.yml
+++ b/src/ruby/.rubocop.yml
@@ -9,6 +9,7 @@ AllCops:
- 'bin/math_services_pb.rb'
- 'pb/grpc/health/v1/*'
- 'pb/test/**/*'
+ - 'end2end/lib/*'
Metrics/CyclomaticComplexity:
Max: 9