This repository has been archived by the owner on Jun 6, 2018. It is now read-only.
forked from theforeman/foreman-installer-modulesync
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config_defaults.yml
61 lines (61 loc) · 1.55 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
52
53
54
55
56
57
58
59
60
61
---
Gemfile:
required:
- gem: rake
- gem: rspec
version: '~> 3.0'
- gem: rspec-puppet
version: '~> 2.3'
- gem: rspec-puppet-facts
version: '>= 1.7'
- gem: puppetlabs_spec_helper
version: '>= 2.1.1'
- gem: puppet-lint
version: '>= 2'
- gem: puppet-lint-unquoted_string-check
- gem: puppet-lint-empty_string-check
- gem: puppet-lint-spaceship_operator_without_tag-check
- gem: puppet-lint-variable_contains_upcase
- gem: puppet-lint-absolute_classname-check
- gem: puppet-lint-undef_in_function-check
- gem: puppet-lint-leading_zero-check
- gem: puppet-lint-trailing_comma-check
- gem: puppet-lint-file_ensure-check
- gem: puppet-lint-param-docs
version: '>= 1.3.0'
- gem: puppet-lint-strict_indent-check
- gem: simplecov
- gem: puppet-blacksmith
version: '>= 3.1.0'
options:
groups:
- 'development'
- gem: 'beaker-rspec'
options:
groups:
- 'system_tests'
- gem: 'beaker-module_install_helper'
options:
groups:
- 'system_tests'
- gem: 'beaker-puppet_install_helper'
options:
groups:
- 'system_tests'
- gem: metadata-json-lint
- gem: kafo_module_lint
- gem: rgen # until https://tickets.puppetlabs.com/browse/PDOC-168 is resolved
- gem: parallel_tests
.puppet-lint.rc:
default_disabled_lint_checks:
- '140chars'
- 'arrow_on_right_operand_line'
- 'class_inherits_from_params_class'
.travis.yml:
beaker_sets: []
spec/spec_helper.rb:
requires: []
spec/spec_helper_acceptance.rb:
modules: []
Rakefile:
param_docs_pattern: []