|
1 | 1 | # This configuration was generated by |
2 | | -# `rubocop --auto-gen-config` |
3 | | -# on 2022-12-13 08:48:17 UTC using RuboCop version 1.22.3. |
| 2 | +# `rubocop --auto-gen-config --no-auto-gen-timestamp` |
| 3 | +# using RuboCop version 1.85.1. |
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 | | -# Cop supports --auto-correct. |
11 | | -# Configuration parameters: AllowConsecutiveOneLiners. |
12 | | -RSpec/EmptyLineAfterExample: |
13 | | - Exclude: |
14 | | - - 'spec/classes/init_spec.rb' |
15 | | - |
16 | | -# Offense count: 30 |
17 | | -# Cop supports --auto-correct. |
18 | | -RSpec/EmptyLineAfterExampleGroup: |
19 | | - Exclude: |
20 | | - - 'spec/classes/init_spec.rb' |
21 | | - |
22 | 9 | # Offense count: 2 |
23 | 10 | RSpec/RepeatedExampleGroupDescription: |
24 | 11 | Exclude: |
25 | 12 | - 'spec/defines/system_hook_spec.rb' |
26 | 13 |
|
27 | | -# Offense count: 6 |
28 | | -# Cop supports --auto-correct. |
| 14 | +# Offense count: 5 |
| 15 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
29 | 16 | # Configuration parameters: EnforcedStyle. |
30 | 17 | # SupportedStyles: always, always_true, never |
31 | 18 | Style/FrozenStringLiteralComment: |
32 | 19 | Exclude: |
| 20 | + - '**/*.arb' |
33 | 21 | - 'spec/acceptance/gitlab_spec.rb' |
34 | 22 | - 'spec/classes/init_spec.rb' |
35 | 23 | - 'spec/defines/global_hook_spec.rb' |
36 | 24 | - 'spec/defines/system_hook_spec.rb' |
37 | 25 | - 'spec/spec_helper_acceptance.rb' |
38 | | - - 'spec/spec_helper_methods.rb' |
39 | | - |
40 | | -# Offense count: 47 |
41 | | -# Cop supports --auto-correct. |
42 | | -Style/RedundantRegexpEscape: |
43 | | - Exclude: |
44 | | - - 'spec/classes/init_spec.rb' |
45 | | - |
46 | | -# Offense count: 1 |
47 | | -# Cop supports --auto-correct. |
48 | | -# Configuration parameters: WordRegex. |
49 | | -# SupportedStyles: percent, brackets |
50 | | -Style/WordArray: |
51 | | - EnforcedStyle: percent |
52 | | - MinSize: 4 |
0 commit comments