daveshanley / vacuum

vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral rulesets and generates compatible reports.
https://quobix.com/vacuum
MIT License
490 stars 39 forks source link

Fixed issue reported in #400 #402

Closed daveshanley closed 6 months ago

daveshanley commented 6 months ago

When using the -k flag, vacuum was performing a directory suck of every file in the the working directory and down, and performing an index on everything.

This is not desired behavior out of the box.