Open lengau opened 4 days ago
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
Stretch goals:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3626.
This message was autogenerated
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
)Stretch goals: