forked from puppetlabs/modulesync_configs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config_defaults.yml
51 lines (51 loc) · 1.51 KB
/
config_defaults.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
---
.travis.yml:
use_containers: true
script:
- bundle exec rake validate
- bundle exec rake lint
- bundle exec rake spec SPEC_OPTS='--format documentation'
forge_login: "camptocamp"
includes:
- rvm: "2.1"
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: "2.4"
env: PUPPET_GEM_VERSION="~> 5.0"
- rvm: "2.5"
env: PUPPET_GEM_VERSION="~> 6.0"
Gemfile:
required:
':development, :unit_tests':
- gem: json_pure
version: '< 2.0.2'
- gem: metadata-json-lint
- gem: puppet-blacksmith
condition: 'RUBY_VERSION !~ /^1\./'
- gem: puppet-lint
- 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-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-version_comparison-check
- gem: puppetlabs_spec_helper
- gem: rake
- gem: rspec
- gem: rspec-puppet
- gem: rspec-puppet-facts
- gem: rubocop
version: '< 0.53.0'
- gem: rubocop-i18n
- gem: rubocop-rspec
- gem: ruby-augeas
':system_tests':
- gem: puppet-module-posix-system-r#{minor_version}
- gem: beaker-hostgenerator
Rakefile:
default_disabled_lint_checks:
- 'relative'
- 'disable_80chars'