
Catalog compilation succeeds and deploys for role::default add profiles additional_yum_repos and additional_pkgs puppetlabs/stdlib move some includes from profile::base to role::default
23 lines
452 B
YAML
23 lines
452 B
YAML
---
|
|
extends: "default"
|
|
|
|
rules:
|
|
# 80 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 86
|
|
allow-non-breakable-words: true
|
|
allow-non-breakable-inline-mappings: true
|
|
indentation:
|
|
spaces: 2
|
|
indent-sequences: true
|
|
# do not obsess over comment formatting
|
|
comments-indentation: false
|
|
comments:
|
|
require-starting-space: false
|
|
|
|
ignore: |
|
|
.gitlab-ci.yml
|
|
.rubocop.yml
|
|
.travis.yml
|
|
appveyor.yml
|