1
- # This configuration was generated by `rubocop --auto-gen-config`
2
- # on 2015-06-07 18:25:43 -0400 using RuboCop version 0.32.0.
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2015-09-06 13:16:09 -0400 using RuboCop version 0.34.0.
3
4
# The point is for the user to remove these configuration records
4
5
# one by one as the offenses are removed from the code base.
5
6
# Note that changes in the inspected code, or installation of new
6
7
# versions of RuboCop, may require this file to be generated again.
7
8
8
9
# Offense count: 2
9
10
Metrics/AbcSize :
10
- Max : 66
11
+ Max : 68
11
12
12
13
# Offense count: 1
13
14
Metrics/BlockNesting :
@@ -17,19 +18,19 @@ Metrics/BlockNesting:
17
18
Metrics/CyclomaticComplexity :
18
19
Max : 23
19
20
20
- # Offense count: 283
21
+ # Offense count: 290
21
22
# Configuration parameters: AllowURI, URISchemes.
22
23
Metrics/LineLength :
23
24
Max : 232
24
25
25
26
# Offense count: 5
26
27
# Configuration parameters: CountComments.
27
28
Metrics/MethodLength :
28
- Max : 40
29
+ Max : 43
29
30
30
31
# Offense count: 1
31
32
Metrics/PerceivedComplexity :
32
- Max : 20
33
+ Max : 22
33
34
34
35
# Offense count: 40
35
36
# Cop supports --auto-correct.
@@ -39,19 +40,31 @@ Style/BlockDelimiters:
39
40
40
41
# Offense count: 12
41
42
Style/Documentation :
42
- Enabled : false
43
+ Exclude :
44
+ - ' benchmark/active_record.rb'
45
+ - ' benchmark/allocations.rb'
46
+ - ' benchmark/query_with_mysql_casting.rb'
47
+ - ' lib/mysql2.rb'
48
+ - ' lib/mysql2/client.rb'
49
+ - ' lib/mysql2/em.rb'
50
+ - ' lib/mysql2/error.rb'
51
+ - ' lib/mysql2/field.rb'
52
+ - ' lib/mysql2/result.rb'
53
+ - ' lib/mysql2/statement.rb'
54
+ - ' lib/mysql2/version.rb'
43
55
44
56
# Offense count: 9
45
57
# Configuration parameters: AllowedVariables.
46
58
Style/GlobalVars :
47
- Enabled : false
59
+ Exclude :
60
+ - ' ext/mysql2/extconf.rb'
48
61
49
- # Offense count: 13
62
+ # Offense count: 14
50
63
# Cop supports --auto-correct.
51
64
Style/NumericLiterals :
52
65
MinDigits : 20
53
66
54
- # Offense count: 673
67
+ # Offense count: 680
55
68
# Cop supports --auto-correct.
56
69
# Configuration parameters: EnforcedStyle, SupportedStyles.
57
70
Style/StringLiterals :
0 commit comments