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

Side by Side Diff: third_party/grpc/src/ruby/.rubocop_todo.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/.rubocop.yml ('k') | third_party/grpc/src/ruby/CHANGELOG.md » ('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 configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-05-22 13:23:34 -0700 using RuboCop version 0.30.1.
3 # The point is for the user to remove these configuration records
4 # one by one as the offenses are removed from the code base.
5 # Note that changes in the inspected code, or installation of new
6 # versions of RuboCop, may require this file to be generated again.
7
8 # Offense count: 30
9 Metrics/AbcSize:
10 Max: 38
11
12 # Offense count: 3
13 # Configuration parameters: CountComments.
14 Metrics/ClassLength:
15 Max: 200
16
17 # Offense count: 35
18 # Configuration parameters: CountComments.
19 Metrics/MethodLength:
20 Max: 36
21
22 # Offense count: 7
23 # Configuration parameters: CountKeywordArgs.
24 Metrics/ParameterLists:
25 Max: 8
26
27 # Offense count: 9
28 # Configuration parameters: AllowedVariables.
29 Style/GlobalVars:
30 Enabled: false
31
32 # Offense count: 1
33 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
34 Style/Next:
35 Enabled: false
36
37 # Offense count: 2
38 # Configuration parameters: Methods.
39 Style/SingleLineBlockParams:
40 Enabled: false
41
42 # Offense count: 1
43 Style/StructInheritance:
44 Enabled: false
OLDNEW
« no previous file with comments | « third_party/grpc/src/ruby/.rubocop.yml ('k') | third_party/grpc/src/ruby/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698