forked from puppetlabs/puppetlabs-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
38 lines (31 loc) · 772 Bytes
/
.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
---
.gitignore:
required:
- ---.project
.travis.yml:
unmanaged: true
Gemfile:
optional:
':development':
- gem: puppet-lint-i18n
- gem: 'github_changelog_generator'
git: 'https://github.com/skywinder/github-changelog-generator'
ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
appveyor.yml:
unmanaged: true
Rakefile:
requires:
- puppet_pot_generator/rake_tasks
changelog_user: 'puppetlabs'
spec/spec_helper.rb:
spec_overrides:
- "require 'spec_helper_local'"
.rubocop.yml:
default_configs:
inherit_from: .rubocop_todo.yml
require:
- rubocop-i18n
- rubocop-rspec
.gitlab-ci.yml:
unmanaged: true