ruff/crates/ruff_dev/src
konsti 0961f008b8
Rename FixKind to FixAvailability (#7658)
**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.
2023-10-02 14:38:25 +00:00
..
format_dev.rs Formatter and parser refactoring (#7569) 2023-09-26 15:29:43 +02:00
generate_all.rs Document ruff_dev and format_dev (#5648) 2023-07-12 16:18:22 +02:00
generate_cli_help.rs Use mod tests consistently (#5278) 2023-06-22 01:50:28 +00:00
generate_docs.rs Rename FixKind to FixAvailability (#7658) 2023-10-02 14:38:25 +00:00
generate_json_schema.rs Move Configuration to ruff_workspace crate (#6920) 2023-08-28 06:21:35 +00:00
generate_options.rs Add lint section to Ruff configuration 2023-09-27 08:46:27 +02:00
generate_rules_table.rs Rename FixKind to FixAvailability (#7658) 2023-10-02 14:38:25 +00:00
main.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
print_ast.rs Rename parser mode from Jupyter to Ipython (#7153) 2023-09-05 14:12:26 +00:00
print_cst.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
print_tokens.rs Rename parser mode from Jupyter to Ipython (#7153) 2023-09-05 14:12:26 +00:00
round_trip.rs Create ruff_notebook crate (#7039) 2023-09-01 13:56:44 +00:00