mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-10-31 22:28:26 +00:00
17b82eead8
Controlling the line length in the files generated from the Markdown to YAML conversion would be difficult so we disable that yamllint rule.
11 lines
263 B
Text
11 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
|