We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This sub-issue proposes setting up lightweight CI checks to validate JSON and YAML files to catch simple errors early.
The goal is to add basic format validation with minimal friction during development.
.json
jq
jsonlint
.yml
.yaml
yamllint
main
The text was updated successfully, but these errors were encountered:
joshrotenberg
No branches or pull requests
Overview
This sub-issue proposes setting up lightweight CI checks to validate JSON and YAML files to catch simple errors early.
The goal is to add basic format validation with minimal friction during development.
Tasks
.json
files (dashboards, etc.)jq
orjsonlint
.yml
and.yaml
files (prometheus rules, configurations)yamllint
main
Notes
The text was updated successfully, but these errors were encountered: