ruff/scripts
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
..
benchmarks Add benchmark scripts for no-IO (#1925) 2023-01-16 17:38:40 -05:00
_utils.py refactor: Rename RuleOrigin to Linter 2023-01-20 20:25:57 -05:00
add_plugin.py refactor: Rename RuleOrigin to Linter 2023-01-20 20:25:57 -05:00
add_rule.py refactor: Rename RuleOrigin to Linter 2023-01-20 20:25:57 -05:00
pyproject.toml fix: Update add_rule.py to account for 81996f1bc 2023-01-20 08:09:54 -05:00