mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-14 21:07:54 +00:00
17 lines
501 B
Text
17 lines
501 B
Text
---
|
|
extends: default
|
|
|
|
rules:
|
|
# yamllint does not like it when you comment out different parts of
|
|
# dictionaries in a list. You can see
|
|
# https://github.com/adrienverge/yamllint/issues/384 for some examples of
|
|
# this behavior.
|
|
comments-indentation: disable
|
|
|
|
# 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
|