|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2021-08-31 01:33:08 UTC using RuboCop version 1.9.1. |
| 3 | +# on 2023-07-22 00:31:00 UTC using RuboCop version 1.54.2. |
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: 2 |
10 | | -# Configuration parameters: Include. |
| 9 | +# Offense count: 1 |
| 10 | +# Configuration parameters: Severity, Include. |
11 | 11 | # Include: **/*.gemspec |
12 | 12 | Gemspec/RequiredRubyVersion: |
13 | 13 | Exclude: |
14 | | - - 'gemfiles/skunk.gemspec' |
15 | 14 | - 'skunk.gemspec' |
16 | 15 |
|
17 | 16 | # Offense count: 1 |
18 | | -# Cop supports --auto-correct. |
| 17 | +# This cop supports safe autocorrection (--autocorrect). |
19 | 18 | Layout/ClosingHeredocIndentation: |
20 | 19 | Exclude: |
21 | | - - 'lib/skunk/cli/commands/status_reporter.rb' |
| 20 | + - 'lib/skunk/commands/status_reporter.rb' |
22 | 21 |
|
23 | 22 | # Offense count: 1 |
24 | | -# Cop supports --auto-correct. |
| 23 | +# This cop supports safe autocorrection (--autocorrect). |
25 | 24 | Layout/HeredocIndentation: |
26 | 25 | Exclude: |
27 | | - - 'lib/skunk/cli/commands/status_reporter.rb' |
| 26 | + - 'lib/skunk/commands/status_reporter.rb' |
28 | 27 |
|
29 | 28 | # Offense count: 2 |
| 29 | +# Configuration parameters: AllowedParentClasses. |
30 | 30 | Lint/MissingSuper: |
31 | 31 | Exclude: |
32 | 32 | - 'lib/skunk/cli/application.rb' |
33 | | - - 'lib/skunk/cli/commands/base.rb' |
| 33 | + - 'lib/skunk/commands/base.rb' |
34 | 34 |
|
35 | 35 | # Offense count: 1 |
36 | | -# Configuration parameters: IgnoredMethods, CountRepeatedAttributes. |
| 36 | +# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. |
37 | 37 | Metrics/AbcSize: |
38 | 38 | Max: 18 |
39 | 39 |
|
40 | 40 | # Offense count: 7 |
41 | | -# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. |
42 | | -# IgnoredMethods: refine |
| 41 | +# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. |
| 42 | +# AllowedMethods: refine |
43 | 43 | Metrics/BlockLength: |
44 | 44 | Max: 76 |
45 | 45 |
|
46 | 46 | # Offense count: 2 |
47 | | -# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. |
| 47 | +# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. |
48 | 48 | Metrics/MethodLength: |
49 | 49 | Max: 13 |
50 | 50 |
|
51 | 51 | # Offense count: 1 |
52 | | -# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers. |
| 52 | +# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns. |
53 | 53 | # SupportedStyles: snake_case, normalcase, non_integer |
54 | | -# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339 |
| 54 | +# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64 |
55 | 55 | Naming/VariableNumber: |
56 | 56 | Exclude: |
57 | | - - 'lib/skunk/cli/commands/status_sharer.rb' |
| 57 | + - 'lib/skunk/commands/status_sharer.rb' |
0 commit comments