Re-enable cosmetic yamllint rules after normalizing vendored manifests
- Langage dominant
- Python
- Étoiles
- 1
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
To get CI green on the initial publish, `.yamllint` disables several cosmetic rules (`indentation`, `colons`, `braces`, `document-start`, `line-length`) that the vendored upstream manifests do not follow. Structural checks (syntax, duplicate keys, empty values, trailing whitespace) remain enabled.
**Action (optional, quality)**: progressively normalize the vendored YAML (consistent indentation, `---` document starts, brace/colon spacing) and re-enable the corresponding rules. `line-length` should stay disabled because some manifests embed machine-generated Grafana dashboard JSON on single long lines.
Context: see the CI setup in `.github/workflows/ci.yml` and `.yamllint`.
---
Generated by Coder Agents, on behalf of @ausbru87.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par .yamllint et .github/workflows/ci.yml, puis inspectez les manifestes YAML vendorizés qui enfreignent actuellement les règles cosmétiques. Normalisez, lorsque c’est pertinent, l’indentation, les débuts de document et les espaces autour des accolades et des deux-points, réactivez ces règles, laissez line-length désactivé pour le JSON de dashboard généré et vérifiez que CI reste au vert.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- github-actions, yaml
- Domaine
- ci-cd, devops
- Type d'issue
- Refactorisation
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 48/100