-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
34 lines (34 loc) · 927 Bytes
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file can be used to customize the files managed by PDK.
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/README.md
# for more information.
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/config_defaults.yml
# for the default values.
---
'.gitlab-ci.yml':
delete: true
appveyor.yml:
delete: true
'.travis.yml':
delete: true
'spec/spec_helper.rb':
strict_level: ':error'
spec_overrides:
- "# BoltSpec setup"
- "# https://www.puppet.com/docs/bolt/latest/testing_plans.html"
- "require 'bolt_spec/plans'"
- "include BoltSpec::Plans"
- "BoltSpec::Plans.init"
Rakefile:
changelog_user: jay7x
Gemfile:
optional:
':development':
- gem: 'github_changelog_generator'
version: '~> 1.15'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
'.rubocop.yml':
default_configs:
RSpec/MessageSpies:
Enabled: false