forked from puppetlabs/puppetlabs-postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
66 lines (65 loc) · 1.35 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
54
55
56
57
58
59
60
61
62
63
64
65
66
---
".gitlab-ci.yml":
delete: true
.puppet-lint.rc:
extra_disabled_lint_checks:
- 140chars-check
appveyor.yml:
delete: true
Gemfile:
optional:
":development":
- gem: github_changelog_generator
Rakefile:
changelog_user: puppetlabs
changelog_max_issues: 500
spec/spec_helper.rb:
mock_with: ":rspec"
coverage_report: true
.github/workflows/nightly.yml:
unmanaged: false
exclude_platforms:
- Scientific-6
- Scientific-7
- Debian-9
- Debian-10
- Debian-11
- SLES-12
- SLES-15
- Ubuntu-14.04
- Ubuntu-16.04
- Ubuntu-18.04
- Ubuntu-20.04
.github/workflows/pr_test.yml:
unmanaged: false
exclude_platforms:
- Scientific-6
- Scientific-7
- Debian-9
- Debian-10
- Debian-11
- SLES-12
- SLES-15
- Ubuntu-14.04
- Ubuntu-16.04
- Ubuntu-18.04
- Ubuntu-20.04
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.github/workflows/auto_release.yml:
unmanaged: false
.github/workflows/spec.yml:
checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
unmanaged: false
.github/workflows/release.yml:
unmanaged: false
.travis.yml:
delete: true
Rakefile:
extra_disabled_lint_checks:
- parameter_types
- parameter_documentation
- anchor_resource
- params_empty_string_assignment