Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
/ linter-swagger Public archive

This linter plugin for Atom provides linting swagger documents

License

Notifications You must be signed in to change notification settings

AtomLinter/linter-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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