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
yamllint
prettier
Replace yamllint with prettier, as agreed by the team. This should include:
lint-yaml
npx prettier --check snap/snapcraft.yaml
format-yaml
npx prettier --write snap/snapcraft.yaml
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3626.
This message was autogenerated
Sorry, something went wrong.
Modified the scope to include TOML - this came out of our internal engineering sync
lengau
No branches or pull requests
Replace yamllint with prettier, as agreed by the team. This should include:
lint-yaml
Makefile target to lint yaml files with prettier (e.g.npx prettier --check snap/snapcraft.yaml
)format-yaml
Makefile target to format yaml files with prettier (e.g.npx prettier --write snap/snapcraft.yaml
)The text was updated successfully, but these errors were encountered: