forked from puppetlabs/puppetlabs-tomcat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
48 lines (48 loc) · 1.1 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
---
".gitlab-ci.yml":
delete: true
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.github/workflows/nightly.yml:
unmanaged: false
.github/workflows/pr_test.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
.appveyor.yml:
delete: true
.puppet-lint.rc:
extra_disabled_lint_checks:
- 140chars-check
.travis.yml:
delete: true
changelog_since_tag: 'v5.0.0'
Rakefile:
linter_exclusions:
- examples/*.pp
- vendor/**/*.pp
- bundle/**/*.pp
- pkg/**/*.pp
- spec/**/*.pp
extra_disabled_lint_checks:
- parameter_types
- parameter_documentation
- topscope_variable
- top_scope_facts
- relative_classname_inclusion
- legacy_facts
- selector_inside_resource
Gemfile:
optional:
":development":
- gem: rspec-retry
version: '= 0.4.5'
platforms: ruby
- gem: github_changelog_generator