You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a config file with five rules in it. I'm not sure what I am doing wrong but the output of vacuum lint mentions
INFO Linting file 'shared/openapi.yaml' against 3 rules: https://quobix.com/vacuum/rulesets/no-rules
Could we add some option for getting the list of rules that will be used, or that were recognised, or something? I think this would also be important for writing custom rules and seeing any that haven't parsed correctly.
The text was updated successfully, but these errors were encountered:
new flag `—min-score` added to `lint` and `report` commands. This will set a minimum score to be hit, otherwise vacuum will return an error code, useful for CI/CD to break the pipline if a score drops below a minimum value
Also, addresses #636 by adding a new `—show-rules` flag to the `lint` command that will print out a list of the rules being applied.
new flag `—min-score` added to `lint` and `report` commands. This will set a minimum score to be hit, otherwise vacuum will return an error code, useful for CI/CD to break the pipline if a score drops below a minimum value
Also, addresses #636 by adding a new `—show-rules` flag to the `lint` command that will print out a list of the rules being applied.
I have a config file with five rules in it. I'm not sure what I am doing wrong but the output of
vacuum lint
mentionsCould we add some option for getting the list of rules that will be used, or that were recognised, or something? I think this would also be important for writing custom rules and seeing any that haven't parsed correctly.
The text was updated successfully, but these errors were encountered: