wework / speccy

Well Spectually 🤓 Enforce quality rules on your OpenAPI 3.0.x specifications.
http://speccy.io
MIT License
825 stars 78 forks source link

Speccy lint whole project using gradle/maven build #488

Open veer201989 opened 2 years ago

veer201989 commented 2 years ago

I want to lint all the YAML/JSON file using Speccy lint in gradle/maven build script

Detailed description

I would like to lint all the project using speccy lenting. I would like to include Speccy lint in gradle/maven build script. Will get build fail when getting any error in lint while building the project.

Context

I want to add speccy lint in out project to lint all the YAML and JSON files and find out the issues. I want to add speccy lint in gradle/maven build script.

It is beneficial to other also to lint their project and get the linting issue in the project while building it.

Possible implementation

Not obligatory, but suggest an idea for implementing addition or change.