-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
coreRelated to core functionalityRelated to core functionalityquestionAsking for support or clarificationAsking for support or clarification
Description
This is probably a use case which is more relevant for large (and old) codebases, when trying to "ratchet" rules progressively: in CI, it's useful to only check / fail on failures of the code which has been modified, as it allows progressively improving code-state without needing massive one-shot rewrites which can make history traversal and blames a lot more complicated.
This can be done by post-filtering finds emitted by ruff, but it would be useful as a pre / builtin feature, as it would avoid having to provide both input (--include
/--exclude
) and output (lines) filters.
Metadata
Metadata
Assignees
Labels
coreRelated to core functionalityRelated to core functionalityquestionAsking for support or clarificationAsking for support or clarification