-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
Include yaml linting and automatic corrections #11034
Labels
Comments
3 tasks
ttmchiou
added a commit
that referenced
this issue
Aug 2, 2024
3 tasks
3 tasks
ttmchiou
added a commit
that referenced
this issue
Aug 7, 2024
update here: will try with prettier (which has yaml support) and automatic formatting. |
@ttmchiou is this done? We have yaml-check and yaml-lint in pre-commit ... run on every commit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add yamllint and yamlfmt
yamllint serves only for linting yaml and highlighting errors but does not correct
yamlfmt only works on yaml files
https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
The text was updated successfully, but these errors were encountered: