AtomLinter / linter-swagger

This linter plugin for Atom provides linting swagger documents
MIT License
18 stars 7 forks source link

linter-swagger

Build Status bitHound Overall Score bitHound Dependencies Package version!

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