forked from broadinstitute/puppet-sentinelone_agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
39 lines (39 loc) · 921 Bytes
/
.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
---
appveyor.yml:
delete: true
.gitignore:
required:
- '/.librarian'
- '/.tmp'
- '/spec/fixtures/work-dir'
.gitlab-ci.yml:
delete: true
Rakefile:
changelog_project: 'puppet-sentinelone_agent'
changelog_user: 'broadinstitute'
changelog_version_tag_pattern: '%s'
extra_disabled_lint_checks:
- '80chars'
- 'autoloader_layout'
- 'puppet_url_without_modules'
requires:
- 'puppet-lint/tasks/puppet-lint'
Gemfile:
optional:
':development':
- gem: 'github_changelog_generator'
version: '~> 1.15'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
- gem: 'concurrent-ruby'
version: '< 1.2.0'
- gem: 'pdk'
version: '~> 3.0.0'
.travis.yml:
delete: true
.yardopts:
delete: true
spec/default_facts.yml:
delete: true
spec/spec_helper.rb:
hiera_config: 'spec/fixtures/hiera.yaml'
mock_with: ':rspec'