1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-09-16 18:02:23 +00:00
log4j-affected-db/.yamllint
Nicholas McDonnell 17b82eead8
Update the yamllint rules
Controlling the line length in the files generated from the Markdown to
YAML conversion would be difficult so we disable that yamllint rule.
2022-01-12 12:59:02 -05:00

10 lines
263 B
Text

---
extends: default
rules:
# yamllint doesn't like when we use yes and no for true and false,
# but that's pretty standard in Ansible.
truthy: disable
# Enforcing this rule would be complicated for auto-generated data right now.
line-length: disable