more test fixes and pdksync
[puppet-modules/puppetlabs-apt.git] / .sync.yml
1 ---
2 .gitignore:
3   required:
4     - ---.project
5
6 .gitlab-ci.yml:
7   unmanaged: true
8
9 .rubocop.yml:
10    default_configs:
11     inherit_from: .rubocop_todo.yml
12     require:
13       - rubocop-i18n
14       - rubocop-rspec
15
16 .travis.yml:
17   unmanaged: true
18
19 appveyor.yml:
20   delete: true
21
22 Gemfile:
23   required:
24     ':development':
25       - gem: 'puppet_litmus'
26         platforms:
27           - ruby
28           - mswin
29           - mingw
30           - x64_mingw
31         condition: "ENV['PUPPET_GEM_VERSION'].nil? or ENV['PUPPET_GEM_VERSION'] !~ %r{ 5}"
32       - gem: 'serverspec'
33   optional:
34     ':development':
35       - gem: 'github_changelog_generator'
36         git: 'https://github.com/skywinder/github-changelog-generator'
37         ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
38         condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
39       - gem: puppet-lint-i18n
40
41 Rakefile:
42   requires:
43     - puppet_pot_generator/rake_tasks
44   use_litmus_tasks: true
45
46 spec/spec_helper.rb:
47   mock_with: ':rspec'
48   coverage_report: true