arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
169 stars 47 forks source link

Option to disable validations / linting #84

Open jonbe242 opened 4 years ago

jonbe242 commented 4 years ago

I highly value the main feature of this plugin; to render the spec in HTML.

I find the validation/linting support in this plugin to be less useful. I prefer e.g. https://marketplace.visualstudio.com/items?itemName=TravisIllig.vscode-spectral.

So, I'd like to be able to disable all validations / linting in this extension.

jostendorf commented 4 years ago

Wouldn't you do that in your eslist config? Create a rule for this file and turn off linting.

jonbe242 commented 4 years ago

@jostendorf , I'm not sure I follow, but I'm no VS Code expert. How can a third linter plugin disable the linting done by another plugin?