ruff/crates/ruff_cli/src
Charlie Marsh a0c846f9bd
Consider nursery rules to be in-preview for `ruff rule` (#7812)
## Summary

We treat these rules as `preview` elsewhere, so adding `preview: false`
to the JSON and such seems like an error.

Closes https://github.com/astral-sh/ruff/issues/7804.
2023-10-04 11:12:43 -04:00
..
bin Replace `.map_or(false, $closure)` with `.is_some_and(closure)` (#6244) 2023-08-01 19:29:42 +02:00
commands Consider nursery rules to be in-preview for `ruff rule` (#7812) 2023-10-04 11:12:43 -04:00
args.rs Rename `Autofix` to `Fix` (#7657) 2023-09-28 10:53:05 +00:00
cache.rs Move `Settings` and `ResolverSettings` to `ruff_workspace` 2023-09-20 17:24:28 +02:00
diagnostics.rs Move diffing logic into `SourceKind::diff` (#7813) 2023-10-04 15:08:53 +00:00
lib.rs Rename `Autofix` to `Fix` (#7657) 2023-09-28 10:53:05 +00:00
panic.rs Disallow `unreachable_pub` (#4314) 2023-05-11 18:00:00 -04:00
printer.rs Rename `Autofix` to `Fix` (#7657) 2023-09-28 10:53:05 +00: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