This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
forked from puppetlabs/puppetlabs-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
67 lines (61 loc) · 1.65 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
---
.travis.yml:
bundler_args: ' '
branches:
- release
remove_includes:
-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
rvm: 2.1.9
includes:
-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
rvm: 2.3.3
Gemfile:
required:
':development':
- gem: 'facter'
version: '>= 1.7.0'
- gem: "rspec-retry"
- gem: 'thor'
- gem: 'semantic_puppet'
- gem: 'beaker-rspec'
from_env: BEAKER_RSPEC_VERSION
- gem: "beaker"
version: '~> 2.0'
from_env: BEAKER_VERSION
- gem: 'puppet-module-posix-system-r#{minor_version}'
platforms: ruby
- gem: 'rspec'
version: '~> 2.0'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('1.8.7') && Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('1.9')"
- gem: 'rake'
version: '~> 10.0'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('1.8.7') && Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('1.9')"
Rakefile:
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/*
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true