|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config --no-auto-gen-timestamp` |
3 | | -# using RuboCop version 1.78.0. |
| 3 | +# using RuboCop version 1.84.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: EnforcedStyle, AllowedPatterns, ForbiddenIdentifiers, ForbiddenPatterns. |
11 | | -# SupportedStyles: snake_case, camelCase |
12 | | -# ForbiddenIdentifiers: __id__, __send__ |
13 | | -Naming/MethodName: |
14 | | - Exclude: |
15 | | - - 'spec/mocks/win32ole.rb' |
16 | | - - 'spec/mocks/ffi.rb' |
17 | | - - 'spec/facter/util/windows/network_utils_spec.rb' |
18 | | - |
19 | 9 | # Offense count: 3 |
20 | 10 | # This cop supports safe autocorrection (--autocorrect). |
21 | 11 | Performance/RegexpMatch: |
22 | 12 | Exclude: |
23 | 13 | - 'install.rb' |
24 | 14 |
|
| 15 | +# Offense count: 1 |
| 16 | +RSpec/IdenticalEqualityAssertion: |
| 17 | + Exclude: |
| 18 | + - 'spec/facter/util/resolvers/ssh_helper_spec.rb' |
| 19 | + |
| 20 | +# Offense count: 50 |
| 21 | +# Configuration parameters: Max, AllowedIdentifiers, AllowedPatterns. |
| 22 | +RSpec/IndexedLet: |
| 23 | + Enabled: false |
| 24 | + |
| 25 | +# Offense count: 1 |
| 26 | +# This cop supports safe autocorrection (--autocorrect). |
| 27 | +RSpec/MatchArray: |
| 28 | + Exclude: |
| 29 | + - 'spec/facter/facts/solaris/ldom_spec.rb' |
| 30 | + |
| 31 | +# Offense count: 18 |
| 32 | +# Configuration parameters: AllowedPatterns. |
| 33 | +# AllowedPatterns: ^expect_, ^assert_ |
| 34 | +RSpec/NoExpectationExample: |
| 35 | + Exclude: |
| 36 | + - 'spec/custom_facts/core/execution/fact_manager_spec.rb' |
| 37 | + - 'spec/custom_facts/core/resolvable_spec.rb' |
| 38 | + - 'spec/custom_facts/core/suitable_spec.rb' |
| 39 | + - 'spec/custom_facts/util/collection_spec.rb' |
| 40 | + - 'spec/custom_facts/util/parser_spec.rb' |
| 41 | + - 'spec/facter/resolvers/ec2_spec.rb' |
| 42 | + |
| 43 | +# Offense count: 128 |
| 44 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 45 | +RSpec/ReceiveMessages: |
| 46 | + Enabled: false |
| 47 | + |
25 | 48 | # Offense count: 70 |
26 | | -# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. |
27 | | -# Include: **/*_spec*rb*, **/spec/**/* |
28 | | -RSpec/FilePath: |
| 49 | +# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata, InflectorPath, EnforcedInflector. |
| 50 | +# SupportedInflectors: default, active_support |
| 51 | +RSpec/SpecFilePathFormat: |
29 | 52 | Enabled: false |
30 | 53 |
|
| 54 | +# Offense count: 18 |
| 55 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 56 | +RSpec/VerifiedDoubleReference: |
| 57 | + Exclude: |
| 58 | + - 'spec/facter/resolvers/aix/serialnumber_spec.rb' |
| 59 | + - 'spec/facter/resolvers/bsd/ffi_helper_spec.rb' |
| 60 | + - 'spec/facter/resolvers/solaris/mountpoints_spec.rb' |
| 61 | + - 'spec/facter/resolvers/windows/fips_spec.rb' |
| 62 | + - 'spec/facter/resolvers/windows/netkvm_spec.rb' |
| 63 | + - 'spec/facter/resolvers/windows/networking_spec.rb' |
| 64 | + - 'spec/facter/resolvers/windows/product_release_spec.rb' |
| 65 | + - 'spec/facter/resolvers/windows/virtualization_spec.rb' |
| 66 | + - 'spec/facter/util/windows/network_utils_spec.rb' |
| 67 | + - 'spec/framework/core/options/option_store_spec.rb' |
| 68 | + - 'spec/framework/core/options_spec.rb' |
| 69 | + |
31 | 70 | # Offense count: 14 |
32 | 71 | Style/ClassVars: |
33 | 72 | Exclude: |
34 | 73 | - 'lib/facter/framework/logging/logger.rb' |
35 | 74 | - 'spec/custom_facts/puppetlabs_spec/files.rb' |
36 | 75 | - 'spec/framework/logging/logger_spec.rb' |
37 | 76 |
|
38 | | -# Offense count: 981 |
| 77 | +# Offense count: 985 |
39 | 78 | # Configuration parameters: AllowedConstants. |
40 | 79 | Style/Documentation: |
41 | 80 | Enabled: false |
|
0 commit comments