linter-swagger
linter-swagger copied to clipboard
This linter plugin for Atom provides linting swagger documents
linter-swagger
This plugin for Linter will lint
Swagger 2.0 specifications or OpenAPI 3.0 specifications, both JSON and YAML using
swagger-parser node package.
Installation
Install linter-swagger either in Atom's Preferences/Install Packages, or with
apm on the command-line:
apm install linter-swagger
This package will automatically install linter if that is missing.
Usage
This package will automatically lint YAML and JSON files that have a swagger or openapi field
with a version number value, in accordance to the Swagger spec.
License
MIT. More info in the LICENSE file