The Spectral Validator is a simple VS Code Extension that provides on-save feedback using the Spectral Linter
Features
Currently, only YAML files are supported.
Lint-on-save
Custom ruleset support (.spectral.json, .spectral.yaml or .spectral.yml)
Local and hosted rulesets
Extension Settings
This extension contributes the following settings:
spectral.rulesetLocation: Path/URL to a ruleset file. If no ruleset is provided, the default is a .spectral.yaml or .spectral.json file in the same folder as the to be validated document.