ruff/crates/ruff_cli/tests
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
..
snapshots Rename applicability levels to always, sometimes, and never (#7821) 2023-10-05 13:43:46 -05:00
format.rs Rename applicability levels to always, sometimes, and never (#7821) 2023-10-05 13:43:46 -05:00
integration_test.rs Write summary messages to stderr when fixing via stdin (instead of omitting them) (#7838) 2023-10-06 12:11:03 -05:00
lint.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00