control-repo/.yamllint.yaml
Andy Loftus f4f3015939 ASDPLNG-27 Add profile::base and role::default
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
2021-01-21 17:22:09 -06:00

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