ruff/crates/ruff_cli/tests
Charlie Marsh 7323c12eee
Avoid duplicating linter-formatter compatibility warnings (#8292)
## Summary

Uses `warn_user_once!` instead of `warn!` to ensure that every warning
is shown exactly once, regardless of whether there are duplicates in the
list, or warnings that are raised by multiple configuration files.

Closes #8271.
2023-10-30 19:32:55 -04:00
..
snapshots Add cell field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
format.rs Avoid duplicating linter-formatter compatibility warnings (#8292) 2023-10-30 19:32:55 -04:00
integration_test.rs Remove experimental formatter warning (#8148) 2023-10-24 01:26:29 +00:00
lint.rs Respect --extend-per-file-ignores on the CLI (#8329) 2023-10-29 20:44:24 -04:00