-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
67 lines (62 loc) · 1.34 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
67
---
common:
disable_legacy_facts: true
owner: mergwyn
honeycomb:
enabled: false
appveyor.yml:
delete: true
.gitlab-ci.yml:
delete: true
.gitignore:
required: &ignorepaths
- '.onceover/'
- 'spec/fixtures'
.travis.yml:
delete: true
#.travis.yml:
# cache:
# bundler: true
# branches:
# - production
# - /^dev/
# notifications:
# email:
# on_success: change # default: change
# on_failure: always # default: always
Gemfile:
required:
':development':
# - gem: rake
# - gem: r10k
# - gem: ra10ke
- gem: onceover
- gem: CFPropertyList
- gem: rspec-puppet-utils
- gem: github_changelog_generator
optional:
':development':
- gem: 'generate-puppetfile'
version: '~> 1.0'
spec/spec_helper.rb:
coverage_report: true
minimum_code_coverage_percentage: 0
strict_level: ":warning"
hiera_config: "spec/hiera.yaml"
Rakefile:
extras:
# - require 'ra10ke'
# - Ra10ke::RakeTask.new
- require 'onceover/rake_tasks'
- FastGettext.default_text_domain = 'default-text-domain'
.github/workflows/nightly.yml:
unmanaged: true
.github/workflows/pr_test.yml:
unmanaged: true
.github/workflows/auto_release.yml:
unmanaged: true
.github/workflows/spec.yml:
unmanaged: true
checks: 'validate lint check rubocop'
.github/workflows/release.yml:
unmanaged: true