We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0098a4 commit c2b2376Copy full SHA for c2b2376
.rubocop.yml
@@ -1,13 +1,11 @@
1
---
2
-inherit_from: .rubocop_todo.yml
3
-
4
require:
5
- rubocop-performance
6
- rubocop-rspec
7
AllCops:
8
NewCops: enable
9
DisplayCopNames: true
10
- TargetRubyVersion: '2.6'
+ TargetRubyVersion: '2.7'
11
Include:
12
- "**/*.rb"
13
Exclude:
@@ -21,6 +19,7 @@ AllCops:
21
19
- "**/Puppetfile"
22
20
- "**/Vagrantfile"
23
- "**/Guardfile"
+inherit_from: ".rubocop_todo.yml"
24
Layout/LineLength:
25
Description: People have wide screens, use them.
26
Max: 200
.rubocop_todo.yml
@@ -1,13 +1,12 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2023-06-08 10:35:18 UTC using RuboCop version 1.48.1.
+# on 2023-11-28 13:42:03 UTC using RuboCop version 1.48.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 204
+# Offense count: 200
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
# SupportedStyles: always, named_only
RSpec/NamedSubject:
.sync.yml
@@ -3,6 +3,8 @@
delete: true
appveyor.yml:
+.rubocop.yml:
+ include_todos: true
Gemfile:
Rakefile:
Gemfile
@@ -23,7 +23,6 @@ group :development do
gem "voxpupuli-puppet-lint-plugins", '~> 5.0', require: false
gem "facterdb", '~> 1.18', require: false
gem "metadata-json-lint", '~> 3.0', require: false
- gem "puppetlabs_spec_helper", '~> 7.0', require: false
27
gem "rspec-puppet-facts", '~> 2.0', require: false
28
gem "codecov", '~> 0.2', require: false
29
gem "dependency_checker", '~> 1.0.0', require: false
@@ -34,7 +33,6 @@ group :development do
34
33
gem "rubocop", '= 1.48.1', require: false
35
gem "rubocop-performance", '= 1.16.0', require: false
36
gem "rubocop-rspec", '= 2.19.0', require: false
37
- gem "puppet-strings", '~> 4.0', require: false
38
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
39
end
40
group :system_tests do
metadata.json
@@ -37,6 +37,6 @@
}
],
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
- "template-ref": "heads/main-0-g6916572",
+ "template-ref": "heads/main-0-g01c6a19",
41
"pdk-version": "3.0.0"
42
0 commit comments