ruff/ruff_cli
Martin Fischer 7fc42f8f85 refactor: Rename RuleOrigin to Linter
"origin" was accurate since ruff rules are currently always modeled
after one origin (except the Ruff-specific rules).

Since we however want to introduce a many-to-many mapping between codes
and rules, the term "origin" no longer makes much sense. Rules usually
don't have multiple origins but one linter implements a rule first and
then others implement it later (often inspired from another linter).
But we don't actually care much about where a rule originates from when
mapping multiple rule codes to one rule implementation, so renaming
RuleOrigin to Linter is less confusing with the many-to-many system.
2023-01-20 20:25:57 -05:00
..
src refactor: Rename RuleOrigin to Linter 2023-01-20 20:25:57 -05:00
tests refactor: Rename RuleOrigin to Linter 2023-01-20 20:25:57 -05:00
Cargo.toml Bump version to 0.0.228 2023-01-20 09:58:56 -05:00