How to design maven-checkstyle-plugin for YAML file validation?

994 Views Asked by At

I have been searching on the webs for YAML file validation chedestyle plugin but there are not any such plugin. there are many online YAML validation tools such as YAMLLINT which requires you to copy your yml file to them and validate but I am looking for a plugin which can validate all my yml files at real time within IDE itself. can anyone tell me any approach to design such plugin an java ?

1

There are 1 best solutions below

0
On

If you are using a Maven project, then you can try this plugin.