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

Unified 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, 8 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/grpc/src/ruby/.rubocop.yml
diff --git a/third_party/grpc/src/ruby/.rubocop.yml b/third_party/grpc/src/ruby/.rubocop.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d13ce4265537732de5770455009f6008dc43c4e8
--- /dev/null
+++ b/third_party/grpc/src/ruby/.rubocop.yml
@@ -0,0 +1,20 @@
+# This is the configuration used to check the rubocop source code.
+
+inherit_from: .rubocop_todo.yml
+
+AllCops:
+ Exclude:
+ - 'bin/apis/**/*'
+ - 'bin/math.rb'
+ - 'bin/math_services.rb'
+ - 'pb/grpc/health/v1/*'
+ - 'pb/test/**/*'
+
+Metrics/CyclomaticComplexity:
+ Max: 8
+
+Metrics/PerceivedComplexity:
+ Max: 8
+
+Metrics/ClassLength:
+ Max: 250
« 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