-
Notifications
You must be signed in to change notification settings - Fork 2
/
.sync.yml
64 lines (64 loc) · 1.85 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
63
64
---
common:
disable_legacy_facts: true
appveyor.yml:
delete: true
.github/workflows/test.yml:
simplecov: true
.gitignore:
paths:
- '/spec/fixtures/litmus_inventory.yaml'
.gitlab-ci.yml:
delete: true
.pdkignore:
paths:
- '/provision.yaml'
- '/spec/fixtures/litmus_inventory.yaml'
.rubocop.yml:
default_configs:
Layout/HashAlignment:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
profiles:
strict:
enabled_cops:
Layout/HashAlignment:
.travis.yml:
delete: true
.vscode/extensions.json:
delete: true
.devcontainer/Dockerfile:
delete: true
.devcontainer/devcontainer.json:
delete: true
Gemfile:
required:
':development':
- gem: 'puppet-lint-absolute_classname-check'
- gem: 'puppet-lint-alias-check'
- gem: 'puppet-lint-empty_string-check'
- gem: 'puppet-lint-file_ensure-check'
- gem: 'puppet-lint-file_source_rights-check'
- gem: 'puppet-lint-fileserver-check'
git: 'https://github.com/bodgit/puppet-lint-fileserver-check.git'
branch: 'puppet-lint-2.x'
- gem: 'puppet-lint-leading_zero-check'
- gem: 'puppet-lint-spaceship_operator_without_tag-check'
- gem: 'puppet-lint-trailing_comma-check'
- gem: 'puppet-lint-undef_in_function-check'
- gem: 'puppet-lint-unquoted_string-check'
- gem: 'puppet-lint-variable_contains_upcase'
- gem: 'puppet-lint-version_comparison-check'
optional:
':development':
- gem: 'github_changelog_generator'
version: '~> 1.15'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
':system_tests':
- gem: 'puppet_litmus'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.5.0')"
Rakefile:
linter_fail_on_warnings: true
spec/spec_helper.rb:
coverage_report: true
minimum_code_coverage_percentage: 100