-
Notifications
You must be signed in to change notification settings - Fork 16
/
.sync.yml
44 lines (36 loc) · 995 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
35
36
37
38
39
40
41
42
43
# 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.
---
Gemfile:
optional:
":development":
- gem: github_changelog_generator
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
- gem: 'webmock'
Rakefile:
requires:
- 'puppet-strings/tasks'
spec/spec_helper.rb:
mock_with: ':rspec'
spec_overrides: |-
require 'webmock/rspec'
require 'puppet_x/tragiccode/azure'
WebMock.disable_net_connect!
.rubocop.yml:
default_configs:
Style/ClassAndModuleChildren:
Description: Compact style reduces the required amount of indentation.
EnforcedStyle: nested
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true
.travis.yml:
delete: true
.github/workflows/release.yml:
unmanaged: true