forked from StackStorm/puppet-st2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
55 lines (55 loc) · 1.5 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
---
.gitignore:
paths:
- .coverage
- .librarian
- .kitchen
- .tmp
- .bundle
- /cover/
- /ci/
- Puppetfile.lock
- '*.pyc'
- .vscode/
.gitlab-ci.yml:
# we don't use GitLab
unmanaged: true
.vscode/extensions.json:
# we don't use VSCode
unmanaged: true
appveyor.yml:
# we don't use Appveyor
unmanaged: true
Gemfile:
required:
':development':
- gem: 'puppet-lint-absolute_classname-check'
# pin to 2.0.0 to comply with new standard which removes the leading ::
version: '>= 2.0.0'
- gem: 'puppet-lint-absolute_template_path'
version: '>= 1.0.1'
- gem: 'puppet-lint-alias-check'
version: '>= 0.1.1'
- gem: 'puppet-lint-classes_and_types_beginning_with_digits-check'
version: '>= 0.1.2'
- gem: 'puppet-lint-concatenated_template_files-check'
version: '>= 0.1.1'
- gem: 'puppet-lint-file_ensure-check'
version: '>= 0.3.1'
- gem: 'puppet-lint-file_source_rights-check'
version: '>= 0.1.1'
- gem: 'puppet-lint-leading_zero-check'
version: '>= 0.1.1'
- gem: 'puppet-lint-resource_reference_syntax'
version: '>= 1.0.10'
- gem: 'puppet-lint-trailing_comma-check'
version: '>= 0.3.2'
- gem: 'puppet-lint-unquoted_string-check'
version: '>= 0.3.0'
- gem: 'puppet-lint-version_comparison-check'
version: '>= 0.2.1'
spec/default_facts.yml:
extra_facts:
root_home: '/root'
spec/spec_helper.rb:
mock_with: ':rspec'