forked from puppetlabs/puppetlabs-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
57 lines (51 loc) · 1.37 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
---
.gitlab-ci.yml:
delete: true
.travis.yml:
global_env:
- HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
deploy_to_forge:
enabled: false
branches:
- release
simplecov: true
appveyor.yml:
delete: true
Gemfile:
optional:
':development':
- 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')"
Rakefile:
changelog_user: puppetlabs
changelog_since_tag: '4.0.0'
requires:
- puppet-lint/tasks/puppet-lint
- puppetlabs_spec_helper/rake_tasks
- metadata-json-lint/rake_task
- rspec_junit_formatter
- puppet_pot_generator/rake_tasks
.rubocop.yml:
include_todos:
inherit_from: '.rubocop_todo.yml'
profiles:
strict:
configs:
AllCops:
TargetRubyVersion: '2.2'
Exclude:
- tooling/kube_tool/*
- tooling/*
- spec/defines/*
- spec/classes/*
- spec/*
- spec/acceptance/*
- rakelib/*
- plans/*.pp
- tasks/*
spec/spec_helper.rb:
mock_with: ':rspec'
coverage_report: true
hiera_config_ruby: File.expand_path(File.join(File.dirname(__FILE__), 'fixtures/hiera/hiera.yaml'))