-
Notifications
You must be signed in to change notification settings - Fork 115
/
.sync.yml
47 lines (44 loc) · 1.02 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
---
appveyor.yml:
delete: true
.editorconfig:
unmanaged: true
.github/CONTRIBUTING.md:
delete: true
.github/ISSUE_TEMPLATE.md:
delete: true
.github/PULL_REQUEST_TEMPLATE.md:
delete: true
.gitlab-ci.yml:
delete: true
.gitignore:
paths:
- '/.vscode/'
- '/.devcontainer/'
.travis.yml:
delete: true
Rakefile:
config.user: 'deric'
spec/spec_helper.rb:
spec_overrides: "require 'spec_helper_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_local.rb'))"
coverage_report: true
Gemfile:
required:
":development":
- gem: 'github_changelog_generator'
version: '~> 1.15'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
- gem: overcommit
optional:
':acceptance':
- gem: beaker
- gem: beaker-rspec
- gem: beaker-docker
- gem: beaker-puppet_install_helper
- gem: beaker-module_install_helper
- gem: 'voxpupuli-acceptance'
':release':
- gem: 'puppet-blacksmith'
.gitignore:
paths:
- .tmp/*