forked from EncoreTechnologies/puppet-ipa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
62 lines (62 loc) · 1.94 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
---
.gitignore:
paths:
- .rerun.json
- .librarian
- .kitchen
- .tmp
- .bundle
- bolt.log
- Puppetfile.lock
- modules
.gitlab-ci.yml:
# we don't use GitLab
unmanaged: true
.travis.yml:
# we don't use Travis
unmanaged: true
appveyor.yml:
# we don't use Appveyor
unmanaged: true
Gemfile:
required:
':development':
- gem: 'puppet-lint-absolute_template_path'
version: '>= 1.0.1'
- gem: 'puppet-lint-absolute_classname-check'
version: '>= 2.0.0'
- 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'
- gem: 'r10k'
version: '>= 3.0.0'
# cri is needed by r10k, but due to a bug in the cri gem v2.15.7 it breaks r10k
# see: https://github.com/puppetlabs/r10k/issues/930
- gem: 'cri'
version: '2.15.6'
- gem: 'yaml-lint'
version: '>= 0.0.10'
spec/spec_helper.rb:
# rspec mock is preferred, mocha was old (according to puppetlabs_spec_helper/CHANGELOG.md)
mock_with: ':rspec'
strict_level: ':warning'
spec_overrides:
# print out really long exception messages (this prevents them from being truncated)
- 'RSpec::Support::ObjectFormatter.default_instance.max_formatted_output_length = 999_999_999'