Files
dance-lessons-coach/.yamllint.yaml
Gabriel Radureau 52065c9cf3
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 10s
CI/CD Pipeline / CI Pipeline (push) Failing after 13s
refactor: convert all DanceLessonsCoach mentions to kebab-case
2026-04-07 19:11:39 +02:00

33 lines
730 B
YAML

# dance-lessons-coach YAML Lint Configuration
# More practical limits for CI/CD workflow files
extends: default
rules:
# Increase line length limit to 400 characters
line-length:
max: 400
level: warning # Change to warning instead of error
# Allow truthy values (workflow_dispatch: true)
truthy:
allowed-values: ['true', 'false', 'on', 'off']
# Be more lenient with trailing spaces
trailing-spaces:
level: warning
# Document start required for workflow files
document-start:
present: false
# Allow empty values
empty-values:
forbid-in-block-mappings: false
forbid-in-flow-mappings: false
# Ignore specific files
ignore: |
.gitea/workflows/
scripts/cicd/