CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
21.83k stars 2.63k forks source link

yaml validator #540

Open MaurtiZ opened 1 year ago

MaurtiZ commented 1 year ago

What tool do you want? yaml validator

Describe the solution you'd like just like "JSON prettify and format" but for yaml

Is their example of this tool in the wild? https://www.yamllint.com/

Additional context not needed

Node815 commented 1 year ago

I use Docker Compose for my system and always need a way to proof my files sometimes. This and also Home Assistant both use YAML, having something like this would be much handier. :)

ItsNoted commented 1 year ago

I would also love to see this tool added.

sharevb commented 6 months ago

Hi @Node815, implemented a Docker Compose Validator in #965

sharevb commented 6 months ago

Hi @ItsNoted, @CorentinTh and @MaurtiZ, yaml validation (with error details) is implemented in #957