1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-21 16:20:46 +00:00

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.
This commit is contained in:
Nicholas McDonnell 2022-01-11 15:33:16 -05:00
parent 3e78ba6c4c
commit 17b82eead8
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -5,3 +5,6 @@ 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