stoplightio / spectral

A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI (v3.1, v3.0, and v2.0), Arazzo v1.0, as well as AsyncAPI v2.x.
https://stoplight.io/spectral
Apache License 2.0
2.45k stars 234 forks source link

document default severity for builtin rules #2445

Open rittneje opened 1 year ago

rittneje commented 1 year ago

Spectral comes with builtin rule sets for OpenAPI and AsyncAPI. While the rules themselves are documented here and here, nowhere does it seem to be documented what the default severity (error/warn/info/off) is for each.

Please add this information to the documentation.