Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Feb 17, 2020
1 parent 2674d76 commit f9e0b78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The validator enforces semantic restrictions which cannot be expressed by the JS

The linter applies a lightly opinionated set of 'best practices' to your API document, making it complete and comprehensive, as opposed to merely minimally valid.

The best documentation currently for the linter rules is that of [Speccy](http://speccy.io/rules/1-rulesets), which shares code with this project. The linter [rules format](https://mermade.github.io/oas-kit/linter-rules.html) is also documented.
The default linter rules are documented [here](https://mermade.github.io/oas-kit/default-rules.html). The linter [DSL rules format](https://mermade.github.io/oas-kit/linter-rules.html) is also documented.

## Features

Expand Down
2 changes: 2 additions & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ function activate(context) {
return optionallyValidateOnSave(document);
}));
console.log('openapi-lint: Installed save handler');
// you can return an API from your extension for use by other extensions
// or tests etc
}
exports.activate = activate;

Expand Down

0 comments on commit f9e0b78

Please sign in to comment.