yaml и emacs
- https://github.com/yoshiki/yaml-mode - из мельпы. Подсветка, ещё что-то приятное.
- http://www.flycheck.org - проверялка разного. Ставится из мельпы.
yamllint
Linter for YAML files. Yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.
Домашняя страница: https://github.com/adrienverge/yamllintПроверка key repetition - прям рулит!
Поумолчательный конфиг -
~/.yamllint
. https://yamllint.readthedocs.io/en/stable/configuration.html
Мой на сейчас (2022-08-18):--- extends: default rules: line-length: disable truthy: disable
Длинные строки и всякие
no: 'Нет'
бывают ок.- https://yaml-multiline.info/