|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2015-09-06 13:16:09 -0400 using RuboCop version 0.34.0. |
| 3 | +# on 2017-11-25 19:54:28 -0500 using RuboCop version 0.50.0. |
4 | 4 | # The point is for the user to remove these configuration records |
5 | 5 | # one by one as the offenses are removed from the code base. |
6 | 6 | # Note that changes in the inspected code, or installation of new |
7 | 7 | # versions of RuboCop, may require this file to be generated again. |
8 | 8 |
|
9 | 9 | # Offense count: 2 |
10 | 10 | Metrics/AbcSize: |
11 | | - Max: 85 |
| 11 | + Max: 90 |
| 12 | + |
| 13 | +# Offense count: 31 |
| 14 | +# Configuration parameters: CountComments, ExcludedMethods. |
| 15 | +Metrics/BlockLength: |
| 16 | + Max: 825 |
12 | 17 |
|
13 | 18 | # Offense count: 1 |
| 19 | +# Configuration parameters: CountBlocks. |
14 | 20 | Metrics/BlockNesting: |
15 | 21 | Max: 5 |
16 | 22 |
|
17 | 23 | # Offense count: 1 |
| 24 | +# Configuration parameters: CountComments. |
18 | 25 | Metrics/ClassLength: |
19 | 26 | Max: 125 |
20 | 27 |
|
21 | | -# Offense count: 2 |
| 28 | +# Offense count: 3 |
22 | 29 | Metrics/CyclomaticComplexity: |
23 | 30 | Max: 30 |
24 | 31 |
|
25 | | -# Offense count: 290 |
26 | | -# Configuration parameters: AllowURI, URISchemes. |
| 32 | +# Offense count: 313 |
| 33 | +# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
| 34 | +# URISchemes: http, https |
27 | 35 | Metrics/LineLength: |
28 | 36 | Max: 232 |
29 | 37 |
|
30 | | -# Offense count: 5 |
| 38 | +# Offense count: 6 |
31 | 39 | # Configuration parameters: CountComments. |
32 | 40 | Metrics/MethodLength: |
33 | | - Max: 60 |
| 41 | + Max: 57 |
34 | 42 |
|
35 | | -# Offense count: 1 |
| 43 | +# Offense count: 2 |
36 | 44 | Metrics/PerceivedComplexity: |
37 | | - Max: 26 |
| 45 | + Max: 27 |
38 | 46 |
|
39 | | -# Offense count: 40 |
40 | | -# Cop supports --auto-correct. |
41 | | -# Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods. |
42 | | -Style/BlockDelimiters: |
43 | | - Enabled: false |
| 47 | +# Offense count: 3 |
| 48 | +# Configuration parameters: Blacklist. |
| 49 | +# Blacklist: END, (?-mix:EO[A-Z]{1}) |
| 50 | +Naming/HeredocDelimiterNaming: |
| 51 | + Exclude: |
| 52 | + - 'tasks/compile.rake' |
44 | 53 |
|
45 | | -# Offense count: 12 |
| 54 | +# Offense count: 10 |
46 | 55 | Style/Documentation: |
47 | 56 | Exclude: |
| 57 | + - 'spec/**/*' |
| 58 | + - 'test/**/*' |
48 | 59 | - 'benchmark/active_record.rb' |
49 | 60 | - 'benchmark/allocations.rb' |
50 | 61 | - 'benchmark/query_with_mysql_casting.rb' |
51 | 62 | - 'lib/mysql2.rb' |
52 | 63 | - 'lib/mysql2/client.rb' |
53 | 64 | - 'lib/mysql2/em.rb' |
54 | 65 | - 'lib/mysql2/error.rb' |
55 | | - - 'lib/mysql2/field.rb' |
56 | 66 | - 'lib/mysql2/result.rb' |
57 | 67 | - 'lib/mysql2/statement.rb' |
58 | | - - 'lib/mysql2/version.rb' |
59 | 68 |
|
60 | | -# Offense count: 9 |
| 69 | +# Offense count: 14 |
61 | 70 | # Configuration parameters: AllowedVariables. |
62 | 71 | Style/GlobalVars: |
63 | 72 | Exclude: |
64 | 73 | - 'ext/mysql2/extconf.rb' |
65 | 74 |
|
66 | | -# Offense count: 14 |
| 75 | +# Offense count: 17 |
67 | 76 | # Cop supports --auto-correct. |
| 77 | +# Configuration parameters: Strict. |
68 | 78 | Style/NumericLiterals: |
69 | 79 | MinDigits: 20 |
70 | 80 |
|
71 | | -# Offense count: 680 |
| 81 | +# Offense count: 726 |
72 | 82 | # Cop supports --auto-correct. |
73 | | -# Configuration parameters: EnforcedStyle, SupportedStyles. |
| 83 | +# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline. |
| 84 | +# SupportedStyles: single_quotes, double_quotes |
74 | 85 | Style/StringLiterals: |
75 | 86 | Enabled: false |
0 commit comments