This commit is contained in:
Jake Kasper
2025-12-09 09:33:48 -06:00
parent 228174e541
commit 4f1e8d3add
55 changed files with 4345 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
# YAML Lint Configuration
extends: default
rules:
line-length:
max: 160
level: warning
indentation:
spaces: 2
indent-sequences: true
comments:
min-spaces-from-content: 2
truthy:
allowed-values: ['true', 'false', 'yes', 'no']
ignore: |
.git/
collections/
tests/sample_config/