ruff/crates/ruff_cli/src
Micha Reiser f8f1cd5016
Introduce `FormatterSettings` (#7545)
2023-09-21 08:01:24 +02:00
..
bin Replace `.map_or(false, $closure)` with `.is_some_and(closure)` (#6244) 2023-08-01 19:29:42 +02:00
commands Introduce `FormatterSettings` (#7545) 2023-09-21 08:01:24 +02:00
args.rs Enable tab completion for `ruff rule` (#7560) 2023-09-20 22:05:39 -04:00
cache.rs Move `Settings` and `ResolverSettings` to `ruff_workspace` 2023-09-20 17:24:28 +02:00
diagnostics.rs Move `Settings` and `ResolverSettings` to `ruff_workspace` 2023-09-20 17:24:28 +02:00
lib.rs Move `Settings` and `ResolverSettings` to `ruff_workspace` 2023-09-20 17:24:28 +02:00
panic.rs Disallow `unreachable_pub` (#4314) 2023-05-11 18:00:00 -04:00
printer.rs Rename `ruff` crate to `ruff_linter` (#7529) 2023-09-20 08:38:27 +02:00
resolve.rs Rename `ConfigProcessor` to `ConfigurationTransformer` (#7536) 2023-09-20 14:17:06 +00:00
stdin.rs Move stdin formatting to its own command file (#6981) 2023-08-29 16:06:10 +00:00