Skip to content

Commit c2b2376

Browse files
committed
(CAT-1608) - PDK update
1 parent a0098a4 commit c2b2376

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.rubocop.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
inherit_from: .rubocop_todo.yml
3-
42
require:
53
- rubocop-performance
64
- rubocop-rspec
75
AllCops:
86
NewCops: enable
97
DisplayCopNames: true
10-
TargetRubyVersion: '2.6'
8+
TargetRubyVersion: '2.7'
119
Include:
1210
- "**/*.rb"
1311
Exclude:
@@ -21,6 +19,7 @@ AllCops:
2119
- "**/Puppetfile"
2220
- "**/Vagrantfile"
2321
- "**/Guardfile"
22+
inherit_from: ".rubocop_todo.yml"
2423
Layout/LineLength:
2524
Description: People have wide screens, use them.
2625
Max: 200

.rubocop_todo.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2023-06-08 10:35:18 UTC using RuboCop version 1.48.1.
3+
# on 2023-11-28 13:42:03 UTC using RuboCop version 1.48.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
10-
# Offense count: 204
9+
# Offense count: 200
1110
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
1211
# SupportedStyles: always, named_only
1312
RSpec/NamedSubject:

.sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
delete: true
44
appveyor.yml:
55
delete: true
6+
.rubocop.yml:
7+
include_todos: true
68

79
Gemfile:
810
Rakefile:

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ group :development do
2323
gem "voxpupuli-puppet-lint-plugins", '~> 5.0', require: false
2424
gem "facterdb", '~> 1.18', require: false
2525
gem "metadata-json-lint", '~> 3.0', require: false
26-
gem "puppetlabs_spec_helper", '~> 7.0', require: false
2726
gem "rspec-puppet-facts", '~> 2.0', require: false
2827
gem "codecov", '~> 0.2', require: false
2928
gem "dependency_checker", '~> 1.0.0', require: false
@@ -34,7 +33,6 @@ group :development do
3433
gem "rubocop", '= 1.48.1', require: false
3534
gem "rubocop-performance", '= 1.16.0', require: false
3635
gem "rubocop-rspec", '= 2.19.0', require: false
37-
gem "puppet-strings", '~> 4.0', require: false
3836
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3937
end
4038
group :system_tests do

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
}
3838
],
3939
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
40-
"template-ref": "heads/main-0-g6916572",
40+
"template-ref": "heads/main-0-g01c6a19",
4141
"pdk-version": "3.0.0"
4242
}

0 commit comments

Comments
 (0)