Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(717)

Side by Side Diff: third_party/grpc/src/ruby/.rubocop.yml

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/grpc/src/ruby/.gitignore ('k') | third_party/grpc/src/ruby/.rubocop_todo.yml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This is the configuration used to check the rubocop source code.
2
3 inherit_from: .rubocop_todo.yml
4
5 AllCops:
6 Exclude:
7 - 'bin/apis/**/*'
8 - 'bin/math.rb'
9 - 'bin/math_services.rb'
10 - 'pb/grpc/health/v1/*'
11 - 'pb/test/**/*'
12
13 Metrics/CyclomaticComplexity:
14 Max: 8
15
16 Metrics/PerceivedComplexity:
17 Max: 8
18
19 Metrics/ClassLength:
20 Max: 250
OLDNEW
« no previous file with comments | « third_party/grpc/src/ruby/.gitignore ('k') | third_party/grpc/src/ruby/.rubocop_todo.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698