-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sync.yml
More file actions
35 lines (35 loc) · 1.09 KB
/
.sync.yml
File metadata and controls
35 lines (35 loc) · 1.09 KB
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
---
.gitlab-ci.yml:
delete: true
.travis.yml:
delete: true
appveyor.yml:
delete: true
Gemfile:
required:
':development':
- gem: 'github_changelog_generator'
version: "~> 1.16', '>= 1.16.4"
- gem: 'puppet-lint-absolute_template_path'
version: '~> 2.0'
# https://github.com/voxpupuli/puppet-lint-spaceship_operator_without_tag-check/issues/14
# - gem: 'puppet-lint-spaceship_operator_without_tag-check'
# version: '~> 0.1'
# https://github.com/rodjek/puppet-lint-trailing_newline-check/issues/5
# - gem: 'puppet-lint-trailing_newline-check'
# version: '~> 1.1'
# https://github.com/voxpupuli/puppet-lint-undef_in_function-check/issues/9
# - gem: 'puppet-lint-undef_in_function-check'
# version: '~> 0.2'
- gem: 'rspec-puppet-utils'
version: '~> 3.4'
- gem: 'voxpupuli-puppet-lint-plugins'
version: '~> 5.0'
Rakefile:
changelog_version_tag_pattern: '%s'
linter_fail_on_warnings: true
requires:
- 'puppet-strings/tasks'
spec/spec_helper.rb:
mock_with: ':rspec'
coverage_report: true