forked from puppetlabs/puppetlabs-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
70 lines (65 loc) · 1.61 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
68
69
70
---
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true
Gemfile:
optional:
':development':
- gem: 'github_changelog_generator'
Rakefile:
changelog_user: puppetlabs
extras:
- |
require 'rspec/core/rake_task'
namespace :helm 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:
- relative_classname_inclusion
- legacy_facts
- top_scope_facts
- parameter_documentation
- variables_not_enclosed
.rubocop.yml:
include_todos:
inherit_from: '.rubocop_todo.yml'
profiles:
strict:
configs:
AllCops:
TargetRubyVersion: '2.4'
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'))
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.github/workflows/nightly.yml:
unmanaged: true
.github/workflows/pr_test.yml:
unmanaged: true
.github/workflows/auto_release.yml:
unmanaged: false
.github/workflows/spec.yml:
checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
unmanaged: false
.github/workflows/release.yml:
unmanaged: false
.travis.yml:
delete: true