|
1 | | -# This configuration was generated by `rubocop --auto-gen-config` |
2 | | -# on 2015-02-16 16:08:54 -0800 using RuboCop version 0.29.0. |
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config --no-auto-gen-timestamp` |
| 3 | +# using RuboCop version 1.88.2. |
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 | | -# Offense count: 2 |
9 | | -Security/Eval: |
10 | | - Enabled: false |
11 | | - |
12 | | -# Offense count: 2 |
| 9 | +# Offense count: 1 |
| 10 | +# Configuration parameters: AllowComments, AllowNil. |
13 | 11 | Lint/SuppressedException: |
14 | | - Enabled: false |
| 12 | + Exclude: |
| 13 | + - 'lib/commander/user_interaction.rb' |
15 | 14 |
|
16 | | -# Offense count: 5 |
| 15 | +# Offense count: 6 |
| 16 | +# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. |
17 | 17 | Metrics/AbcSize: |
18 | 18 | Max: 30 |
19 | 19 |
|
20 | 20 | # Offense count: 1 |
21 | | -# Configuration parameters: CountComments. |
| 21 | +# Configuration parameters: CountComments, CountAsOne. |
22 | 22 | Metrics/ClassLength: |
23 | | - Enabled: false |
| 23 | + Max: 250 |
24 | 24 |
|
25 | | -# Offense count: 4 |
| 25 | +# Offense count: 5 |
| 26 | +# Configuration parameters: AllowedMethods, AllowedPatterns. |
26 | 27 | Metrics/CyclomaticComplexity: |
27 | 28 | Max: 13 |
28 | 29 |
|
29 | | -# Offense count: 89 |
30 | | -# Configuration parameters: AllowURI, URISchemes. |
31 | | -Layout/LineLength: |
32 | | - Max: 242 |
33 | | - |
34 | | -# Offense count: 7 |
35 | | -# Configuration parameters: CountComments. |
| 30 | +# Offense count: 8 |
| 31 | +# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. |
36 | 32 | Metrics/MethodLength: |
37 | 33 | Max: 36 |
38 | 34 |
|
39 | | -# Offense count: 4 |
| 35 | +# Offense count: 5 |
| 36 | +# Configuration parameters: AllowedMethods, AllowedPatterns. |
40 | 37 | Metrics/PerceivedComplexity: |
41 | 38 | Max: 14 |
42 | 39 |
|
43 | | -# Offense count: 1 |
| 40 | +# Offense count: 2 |
44 | 41 | Naming/AccessorMethodName: |
45 | | - Enabled: false |
46 | | - |
47 | | -# Offense count: 18 |
48 | | -Style/Documentation: |
49 | | - Enabled: false |
50 | | - |
51 | | -# Offense count: 12 |
52 | | -# Configuration parameters: AllowedVariables. |
53 | | -Style/GlobalVars: |
54 | | - Enabled: false |
| 42 | + Exclude: |
| 43 | + - 'lib/commander/core_ext/object.rb' |
| 44 | + - 'lib/commander/help_formatters.rb' |
55 | 45 |
|
56 | 46 | # Offense count: 1 |
57 | | -# Configuration parameters: MaxLineLength. |
| 47 | +Security/Eval: |
| 48 | + Exclude: |
| 49 | + - 'lib/commander/delegates.rb' |
| 50 | + |
| 51 | +# Offense count: 2 |
| 52 | +# This cop supports safe autocorrection (--autocorrect). |
58 | 53 | Style/IfUnlessModifier: |
59 | | - Enabled: false |
| 54 | + Exclude: |
| 55 | + - 'lib/commander/runner.rb' |
| 56 | + - 'lib/commander/user_interaction.rb' |
60 | 57 |
|
61 | 58 | # Offense count: 1 |
62 | 59 | Style/MultilineBlockChain: |
63 | | - Enabled: false |
| 60 | + Exclude: |
| 61 | + - 'lib/commander/user_interaction.rb' |
64 | 62 |
|
65 | 63 | # Offense count: 1 |
| 64 | +# This cop supports safe autocorrection (--autocorrect). |
66 | 65 | Style/MultilineTernaryOperator: |
67 | | - Enabled: false |
| 66 | + Exclude: |
| 67 | + - 'lib/commander/user_interaction.rb' |
68 | 68 |
|
69 | | -# Offense count: 5 |
| 69 | +# Offense count: 4 |
| 70 | +# This cop supports safe autocorrection (--autocorrect). |
70 | 71 | Style/RescueModifier: |
71 | | - Enabled: false |
| 72 | + Exclude: |
| 73 | + - 'lib/commander/runner.rb' |
| 74 | + - 'lib/commander/user_interaction.rb' |
72 | 75 |
|
73 | | -# Offense count: 2 |
74 | | -# Cop supports --auto-correct. |
75 | | -# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. |
76 | | -Style/TrivialAccessors: |
77 | | - Enabled: false |
| 76 | +# Offense count: 5 |
| 77 | +# This cop supports safe autocorrection (--autocorrect). |
| 78 | +# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings. |
| 79 | +# URISchemes: http, https |
| 80 | +Layout/LineLength: |
| 81 | + Max: 242 |
0 commit comments