-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.sync.yml
60 lines (57 loc) · 1.35 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
---
".gitlab-ci.yml":
delete: true
.pdkignore:
paths:
- /plans/provision_machines.pp
- /plans/pe_server_setup.pp
- /plans/puppet_agents_setup.pp
.gitignore:
paths:
- /site.pp
".rubocop.yml":
default_configs:
inherit_from: ".rubocop_todo.yml"
appveyor.yml:
delete: true
Gemfile:
optional:
":development":
- gem: github_changelog_generator
Rakefile:
extras:
- |
require 'rspec/core/rake_task'
namespace :websphere_application_server do
RSpec::Core::RakeTask.new(:integration) do |t|
t.pattern = 'spec/acceptance/**{,/*/**}/*_spec.rb'
t.rspec_opts = "--tag integration"
end
end
spec/spec_helper.rb:
mock_with: ":rspec"
coverage_report: true
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.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
.github/workflows/nightly.yml:
unmanaged: true
.travis.yml:
delete: true
Rakefile:
extra_disabled_lint_checks:
- parameter_types
- parameter_documentation
- legacy_facts
- top_scope_facts
- topscope_variable
- file_ensure
- manifest_whitespace_opening_bracket_before