|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2018-03-28 21:26:18 +0200 using RuboCop version 0.54.0. |
| 3 | +# on 2019-03-15 00:00:57 +0100 using RuboCop version 0.65.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 |
| -# Offense count: 1 |
10 |
| -Lint/AmbiguousBlockAssociation: |
| 9 | +# Offense count: 6 |
| 10 | +Lint/BooleanSymbol: |
11 | 11 | Exclude:
|
12 |
| - - 'spec/grape_entity/exposure/represent_exposure_spec.rb' |
13 |
| - |
14 |
| -# Offense count: 5 |
15 |
| -Metrics/AbcSize: |
16 |
| - Max: 25 |
| 12 | + - 'spec/grape_entity/exposure_spec.rb' |
17 | 13 |
|
18 |
| -# Offense count: 39 |
19 |
| -# Configuration parameters: CountComments, ExcludedMethods. |
20 |
| -Metrics/BlockLength: |
21 |
| - Max: 1632 |
22 | 14 |
|
23 |
| -# Offense count: 1 |
24 |
| -# Configuration parameters: CountComments. |
25 |
| -Metrics/ClassLength: |
26 |
| - Max: 205 |
27 |
| - |
28 |
| -# Offense count: 1 |
29 |
| -Metrics/CyclomaticComplexity: |
30 |
| - Max: 10 |
31 |
| - |
32 |
| -# Offense count: 6 |
33 |
| -# Configuration parameters: CountComments. |
34 |
| -Metrics/MethodLength: |
35 |
| - Max: 26 |
| 15 | +# Offense count: 4 |
| 16 | +# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
| 17 | +# URISchemes: http, https |
| 18 | +Metrics/LineLength: |
| 19 | + Max: 146 |
36 | 20 |
|
37 | 21 | # Offense count: 1
|
38 |
| -Metrics/PerceivedComplexity: |
39 |
| - Max: 11 |
40 |
| - |
41 |
| -# Offense count: 3 |
42 |
| -# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. |
43 |
| -# AllowedNames: io, id, to |
44 |
| -Naming/UncommunicativeMethodParamName: |
| 22 | +# Configuration parameters: EnforcedStyle. |
| 23 | +# SupportedStyles: inline, group |
| 24 | +Style/AccessModifierDeclarations: |
45 | 25 | Exclude:
|
46 | 26 | - 'spec/grape_entity/entity_spec.rb'
|
47 | 27 |
|
48 |
| -# Offense count: 1 |
49 |
| -Style/EvalWithLocation: |
50 |
| - Exclude: |
51 |
| - - 'lib/grape_entity/exposure/nesting_exposure/nested_exposures.rb' |
52 |
| - |
53 | 28 | # Offense count: 1
|
54 | 29 | # Cop supports --auto-correct.
|
55 | 30 | # Configuration parameters: IgnoredMethods.
|
56 | 31 | # IgnoredMethods: respond_to, define_method
|
57 | 32 | Style/SymbolProc:
|
58 | 33 | Exclude:
|
59 | 34 | - 'spec/grape_entity/entity_spec.rb'
|
60 |
| - |
61 |
| -# Offense count: 272 |
62 |
| -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
63 |
| -# URISchemes: http, https |
64 |
| -Metrics/LineLength: |
65 |
| - Max: 146 |
0 commit comments