ruff/crates/ruff_cli/src
Zanie Blue 3c25d261fe
Write summary messages to stderr when fixing via stdin (instead of omitting them) (#7838)
Previously we just omitted diagnostic summaries when using `--fix` or
`--diff` with a stdin file. Now, we still write the summaries to stderr
instead of the main writer (which is generally stdout but could be
changed by `--output-file`).
2023-10-06 12:11:03 -05:00
..
bin Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
commands Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
args.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
cache.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
diagnostics.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
lib.rs Write summary messages to stderr when fixing via stdin (instead of omitting them) (#7838) 2023-10-06 12:11:03 -05:00
panic.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
printer.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +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