mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
![]() **Summary** `FixKind` feels to generic, i suggest renaming it to something like `FixAvailibility`. Commands used: ```bash rg FixKind --files-with-matches | xargs sed -i 's/FixKind/FixAvailability/g' rg fix_kind --files-with-matches | xargs sed -i 's/fix_kind/fix_availability/g' rg FIX_KIND --files-with-matches | xargs sed -i 's/FIX_KIND/FIX_AVAILABILITY/g' cargo fmt ``` `rg -i "fix.kind"` doesn't show any matches anymore. |
||
---|---|---|
.. | ||
cache_key.rs | ||
combine_options.rs | ||
config.rs | ||
derive_message_formats.rs | ||
lib.rs | ||
map_codes.rs | ||
newtype_index.rs | ||
rule_code_prefix.rs | ||
rule_namespace.rs | ||
violation.rs |