We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use -c or --compress then it will compress the XML of --junit as well
-c
--compress
--junit
-c only works without --junit.
The docs don't mention anything about this
Compare file output names for the two calls.
philipp@Philipps-CU-Mac ClickUp20_readme % vacuum report -c --junit openapi.yaml test ██╗ ██╗ █████╗ ██████╗██╗ ██╗██╗ ██╗███╗ ███╗ ██║ ██║██╔══██╗██╔════╝██║ ██║██║ ██║████╗ ████║ ██║ ██║███████║██║ ██║ ██║██║ ██║██╔████╔██║ ╚██╗ ██╔╝██╔══██║██║ ██║ ██║██║ ██║██║╚██╔╝██║ ╚████╔╝ ██║ ██║╚██████╗╚██████╔╝╚██████╔╝██║ ╚═╝ ██║ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ version: 0.14.3 | compiled: Tue, 19 Nov 2024 17:42:39 UTC 🔗 https://quobix.com/vacuum | https://github.com/daveshanley/vacuum INFO Linting against 46 rules: https://quobix.com/vacuum/rulesets/recommended SUCCESS JUnit Report generated for 'openapi.yaml', written to 'test-12-16-24-22_58_41.xml'
using compress without junit
philipp@Philipps-CU-Mac ClickUp20_readme % vacuum report -c openapi.yaml test ██╗ ██╗ █████╗ ██████╗██╗ ██╗██╗ ██╗███╗ ███╗ ██║ ██║██╔══██╗██╔════╝██║ ██║██║ ██║████╗ ████║ ██║ ██║███████║██║ ██║ ██║██║ ██║██╔████╔██║ ╚██╗ ██╔╝██╔══██║██║ ██║ ██║██║ ██║██║╚██╔╝██║ ╚████╔╝ ██║ ██║╚██████╗╚██████╔╝╚██████╔╝██║ ╚═╝ ██║ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ version: 0.14.3 | compiled: Tue, 19 Nov 2024 17:42:39 UTC 🔗 https://quobix.com/vacuum | https://github.com/daveshanley/vacuum INFO Linting against 46 rules: https://quobix.com/vacuum/rulesets/recommended SUCCESS Report generated for 'openapi.yaml', written to 'test-12-16-24-22_59_25.json.gz'
The text was updated successfully, but these errors were encountered:
This is by design, but you're right the docs need updating!
Sorry, something went wrong.
No branches or pull requests
Expected
When I use
-c
or--compress
then it will compress the XML of--junit
as wellActual
-c
only works without--junit
.The docs don't mention anything about this
Compare file output names for the two calls.
using compress without junit
The text was updated successfully, but these errors were encountered: