Skip to content

Commit 1f30516

Browse files
author
jordanbreen28
committed
(CONT-777) - Update rubocop_todo
1 parent 555c176 commit 1f30516

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

.rubocop_todo.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
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+
19
# Offense count: 3
210
# Configuration parameters: IgnoredMetadata.
311
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'

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
require 'spec_helper_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_local.rb'))
1111

12-
include RspecPuppetFacts # rubocop:disable Style/MixinUsage
12+
include RspecPuppetFacts
1313

1414
default_facts = {
1515
puppetversion: Puppet.version,

0 commit comments

Comments
 (0)