|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2018-12-06 11:51:19 +0100 using RuboCop version 0.61.1. |
| 3 | +# on 2021-09-17 12:49:45 UTC using RuboCop version 1.18.4. |
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: 12 |
10 | | -# Configuration parameters: CountComments, Max, ExcludedMethods. |
11 | | -# ExcludedMethods: refine |
12 | | -Metrics/BlockLength: |
13 | | - Exclude: |
14 | | - - 'spec/integrations_spec.rb' |
15 | | - - 'spec/jekyll_redirect_from/generator_spec.rb' |
16 | | - - 'spec/jekyll_redirect_from/redirect_page_spec.rb' |
17 | | - - 'spec/jekyll_redirect_from/redirectable_spec.rb' |
18 | | - - 'spec/spec_helper.rb' |
19 | | - |
20 | 9 | # Offense count: 3 |
21 | | -# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
| 10 | +# Cop supports --auto-correct. |
| 11 | +# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
22 | 12 | # URISchemes: http, https |
23 | 13 | Layout/LineLength: |
24 | | - Exclude: |
25 | | - - 'spec/jekyll_redirect_from/generator_spec.rb' |
26 | | - - 'spec/jekyll_redirect_from/redirect_page_spec.rb' |
| 14 | + Max: 105 |
27 | 15 |
|
28 | | -# Offense count: 1 |
29 | | -# Configuration parameters: EnforcedStyleForLeadingUnderscores. |
30 | | -# SupportedStylesForLeadingUnderscores: disallowed, required, optional |
31 | | -Naming/MemoizedInstanceVariableName: |
| 16 | +# Offense count: 2 |
| 17 | +# Configuration parameters: AllowedMethods. |
| 18 | +# AllowedMethods: enums |
| 19 | +Lint/ConstantDefinitionInBlock: |
32 | 20 | Exclude: |
33 | | - - 'lib/jekyll-redirect-from/page_without_a_file.rb' |
| 21 | + - 'spec/jekyll_redirect_from/generator_spec.rb' |
34 | 22 |
|
35 | 23 | # Offense count: 2 |
36 | | -# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. |
37 | | -# AllowedNames: io, id, to, by, on, in, at, ip, db |
38 | | -Naming/MethodParameterName: |
| 24 | +# Configuration parameters: AllowComments, AllowEmptyLambdas. |
| 25 | +Lint/EmptyBlock: |
39 | 26 | Exclude: |
40 | | - - 'lib/jekyll-redirect-from/redirect_page.rb' |
| 27 | + - 'spec/jekyll_redirect_from/generator_spec.rb' |
0 commit comments