ruff/crates/ruff_cli/src/commands
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
..
snapshots Rename run.rs command to check.rs (#6980) 2023-08-29 15:52:06 +00:00
add_noqa.rs Introduce LinterSettings 2023-09-20 17:02:34 +02:00
check.rs Rename Autofix to Fix (#7657) 2023-09-28 10:53:05 +00:00
check_stdin.rs Rename Autofix to Fix (#7657) 2023-09-28 10:53:05 +00:00
clean.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
config.rs Refactor Options representation (#7591) 2023-09-22 18:19:58 +02:00
format.rs Formatter and parser refactoring (#7569) 2023-09-26 15:29:43 +02:00
format_stdin.rs Formatter and parser refactoring (#7569) 2023-09-26 15:29:43 +02:00
linter.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
mod.rs Move stdin formatting to its own command file (#6981) 2023-08-29 16:06:10 +00:00
rule.rs Rename FixKind to FixAvailability (#7658) 2023-10-02 14:38:25 +00:00
show_files.rs Rename ConfigProcessor to ConfigurationTransformer (#7536) 2023-09-20 14:17:06 +00:00
show_settings.rs Rename ConfigProcessor to ConfigurationTransformer (#7536) 2023-09-20 14:17:06 +00:00