-
Notifications
You must be signed in to change notification settings - Fork 135
/
.sync.yml
57 lines (55 loc) · 1.29 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
appveyor.yml:
delete: true
Rakefile:
changelog_user: puppetlabs
changelog_since_tag: '4.0.0'
extras:
- |
require 'rspec/core/rake_task'
namespace :kubernetes do
RSpec::Core::RakeTask.new(:integration) do |t|
t.pattern = 'spec/acceptance/**{,/*/**}/*_spec.rb'
t.rspec_opts = "--tag integration"
end
end
extra_disabled_lint_checks:
- params_empty_string_assignment
profiles:
strict:
configs:
AllCops:
TargetRubyVersion: '2.5'
Exclude:
- tooling/kube_tool/*
- tooling/*
- spec/*
- rakelib/*
- plans/*.pp
- tasks/*
spec/default_facts.yml:
extra_facts:
networking:
hostname: "kubernetes.localhost"
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'))
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.github/workflows/auto_release.yml:
unmanaged: false
.github/workflows/ci.yml:
unmanaged: true
.github/workflows/nightly.yml:
unmanaged: true
.github/workflows/release.yml:
unmanaged: false
.travis.yml:
delete: true
.rubocop.yml:
include_todos: true