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
577 stars 48 forks source link

Path is truncated in output #506

Closed LasneF closed 1 month ago

LasneF commented 4 months ago

given an api specification

doing vacuum

vacuum lint .\component-descriptor.yml -d

return a nice array , but the line is limited to 200 chars but it gives only 65 char for the path that is a bit short

we may need a mode to display not as a table but with 2 lines

not sure

notice , this ticket can be closed with no further notice , i am not waiting too munch on it , the most important is that it give the right line and it gives it !

lobocv commented 3 months ago

Agreed. There's no way to show the full results. The fix is quite easy but i'm not sure if it would mess up the table view?

daveshanley commented 1 month ago

The new --no-clip flag for the lint command in v0.12.0 has resolved this issue.