File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2023-04-04 14:44:47 UTC using RuboCop version 1.48.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
+
1
9
# Offense count: 3
2
10
# Configuration parameters: IgnoredMetadata.
3
11
RSpec/DescribeClass :
4
- Enabled : False
12
+ Exclude :
13
+ - ' **/spec/features/**/*'
14
+ - ' **/spec/requests/**/*'
15
+ - ' **/spec/routing/**/*'
16
+ - ' **/spec/system/**/*'
17
+ - ' **/spec/views/**/*'
18
+ - ' spec/acceptance/init_spec.rb'
19
+ - ' spec/acceptance/linux_spec.rb'
20
+ - ' spec/acceptance/windows_spec.rb'
21
+
22
+ # Offense count: 1
23
+ Style/MixinUsage :
24
+ Exclude :
25
+ - ' spec/spec_helper.rb'
Original file line number Diff line number Diff line change 9
9
10
10
require 'spec_helper_local' if File . file? ( File . join ( File . dirname ( __FILE__ ) , 'spec_helper_local.rb' ) )
11
11
12
- include RspecPuppetFacts # rubocop:disable Style/MixinUsage
12
+ include RspecPuppetFacts
13
13
14
14
default_facts = {
15
15
puppetversion : Puppet . version ,
You can’t perform that action at this time.
0 commit comments