|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2023-03-17 10:58:25 UTC using RuboCop version 1.12.1. |
| 4 | +# The point is for the user to remove these configuration records |
| 5 | +# one by one as the offenses are removed from the code base. |
| 6 | +# Note that changes in the inspected code, or installation of new |
| 7 | +# versions of RuboCop, may require this file to be generated again. |
| 8 | + |
| 9 | +# Offense count: 32 |
| 10 | +# Configuration parameters: Prefixes. |
| 11 | +# Prefixes: when, with, without |
| 12 | +RSpec/ContextWording: |
| 13 | + Exclude: |
| 14 | + - 'spec/rspec_puppet_facts_spec.rb' |
| 15 | + |
| 16 | +# Offense count: 7 |
| 17 | +# Configuration parameters: CountAsOne. |
| 18 | +RSpec/ExampleLength: |
| 19 | + Max: 13 |
| 20 | + |
| 21 | +# Offense count: 1 |
| 22 | +RSpec/ExpectInHook: |
| 23 | + Exclude: |
| 24 | + - 'spec/rspec_puppet_facts_spec.rb' |
| 25 | + |
| 26 | +# Offense count: 20 |
| 27 | +# Cop supports --auto-correct. |
| 28 | +# Configuration parameters: EnforcedStyle. |
| 29 | +# SupportedStyles: single_line_only, single_statement_only, disallow |
| 30 | +RSpec/ImplicitSubject: |
| 31 | + Exclude: |
| 32 | + - 'spec/rspec_puppet_facts_spec.rb' |
| 33 | + |
| 34 | +# Offense count: 4 |
| 35 | +RSpec/LeakyConstantDeclaration: |
| 36 | + Exclude: |
| 37 | + - 'spec/rspec_puppet_facts_spec.rb' |
| 38 | + |
| 39 | +# Offense count: 7 |
| 40 | +# Configuration parameters: . |
| 41 | +# SupportedStyles: have_received, receive |
| 42 | +RSpec/MessageSpies: |
| 43 | + EnforcedStyle: receive |
| 44 | + |
| 45 | +# Offense count: 4 |
| 46 | +RSpec/MultipleExpectations: |
| 47 | + Max: 2 |
| 48 | + |
| 49 | +# Offense count: 46 |
| 50 | +# Configuration parameters: IgnoreSharedExamples. |
| 51 | +RSpec/NamedSubject: |
| 52 | + Exclude: |
| 53 | + - 'spec/rspec_puppet_facts_spec.rb' |
| 54 | + |
| 55 | +# Offense count: 14 |
| 56 | +RSpec/NestedGroups: |
| 57 | + Max: 6 |
| 58 | + |
| 59 | +# Offense count: 1 |
| 60 | +RSpec/StubbedMock: |
| 61 | + Exclude: |
| 62 | + - 'spec/rspec_puppet_facts_spec.rb' |
| 63 | + |
| 64 | +# Offense count: 2 |
| 65 | +# Cop supports --auto-correct. |
| 66 | +Rake/Desc: |
| 67 | + Exclude: |
| 68 | + - 'Rakefile' |
0 commit comments