forked from andreas-stuerz/puppet-opnsense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
56 lines (53 loc) · 1.54 KB
/
.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
44
45
46
47
48
49
50
51
52
53
# 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.
---
spec/spec_helper.rb:
spec_overrides:
- require 'spec_helper_local'
mock_with: ':rspec'
coverage_report: true
minimum_code_coverage_percentage: 100
.gitignore:
unmanaged: true
Gemfile:
optional:
':default':
- gem: 'puppet-resource_api'
":development":
- gem: 'github_changelog_generator'
version: '= 1.15.2'
- gem: 'puppet-strings'
git: 'https://github.com/andeman/puppet-strings'
branch: 'fix_resource_api_defaults'
condition: 'ENV["GITHUB_ACTIONS"] != "true"'
# workaround for pupet 6.28.0
- gem: 'concurrent-ruby'
version: '< 1.2.0'
- gem: 'fakefs'
- gem: 'rspec-retry'
- gem: 'puppet-blacksmith'
.github/workflows/nightly.yml:
unmanaged: true
.github/workflows/pr_test.yml:
unmanaged: true
.github/workflows/auto_release.yml:
unmanaged: true
.github/workflows/spec.yml:
checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
unmanaged: true
.github/workflows/release.yml:
unmanaged: true
.travis.yml:
delete: true
.rubocop.yml:
default_configs:
Layout/LineLength:
Description: People have wide screens, use them.
Max: 200
Exclude:
- 'lib/puppet/type/opnsense_haproxy_frontend.rb'