ruff/crates/ruff_cli/src/commands
Charlie Marsh 6ed6da3e82
Move `fix::FixMode` to `flags::FixMode` (#3753)
2023-03-26 21:40:06 +00:00
..
add_noqa.rs Include individual path checks in --verbose logging (#3489) 2023-03-13 17:13:47 -04:00
clean.rs refactor: Introduce `CacheKey` trait (#3323) 2023-03-03 18:29:49 +00:00
config.rs refactor: Replace `Vec` in options metadata with static array (#3433) 2023-03-11 09:03:56 +00:00
linter.rs Gracefully handle lint panics (#3509) 2023-03-19 17:08:38 +01:00
mod.rs Remove public re-export of commands (#2801) 2023-02-12 04:59:35 +00:00
rule.rs Merge Availability and AutofixKind (#3629) 2023-03-20 16:45:33 +00:00
run.rs Move `fix::FixMode` to `flags::FixMode` (#3753) 2023-03-26 21:40:06 +00:00
run_stdin.rs Move `fix::FixMode` to `flags::FixMode` (#3753) 2023-03-26 21:40:06 +00:00
show_files.rs Split commands.rs into separate files (#2792) 2023-02-12 02:58:13 +00:00
show_settings.rs Use `writeln` with --show-settings (#3180) 2023-02-23 17:23:31 +00:00