1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-09-19 19:12:38 +00:00
log4j-affected-db/.yamllint

11 lines
263 B
Text
Raw Normal View History

2019-03-11 12:52:57 +00:00
---
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