Pre-flight checks
Problem / use case
When I run te bpa run --fix my options are all fixable violations, or violations in a specific rule, I would like to be able to add error / warning argument to fix all errors / warnings.
Proposed solution
perhaps add a --severity <severity> argument which would filter the rules that are run in the same way that --id does
Alternatives considered
I could manage multiple rule files - one without warnings in it, this would avoid having to manage an additional file
Who would use this?
Humans (interactive use)
Additional context
No response
Pre-flight checks
Problem / use case
When I run
te bpa run --fixmy options are all fixable violations, or violations in a specific rule, I would like to be able to adderror / warningargument to fix all errors / warnings.Proposed solution
perhaps add a
--severity <severity>argument which would filter the rules that are run in the same way that--iddoesAlternatives considered
I could manage multiple rule files - one without warnings in it, this would avoid having to manage an additional file
Who would use this?
Humans (interactive use)
Additional context
No response