ruff/crates/ruff_cli/tests
Zanie Blue 8e9bf84047
Hide unsafe fix suggestions when explicitly disabled (#9095)
Hides hints about unsafe fixes when they are disabled e.g. with
`--no-unsafe-fixes` or `unsafe-fixes = false`. By default, unsafe fix
hints are still displayed. This seems like a nice way to remove the nag
for users who have chosen not to apply unsafe fixes.

Inspired by comment at
https://github.com/astral-sh/ruff/issues/9063#issuecomment-1850289675
2023-12-11 15:42:53 -06:00
..
snapshots Add cell field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
format.rs Factor out a builder to handle common integration test arguments (#8733) 2023-11-22 00:32:01 +00:00
integration_test.rs Hide unsafe fix suggestions when explicitly disabled (#9095) 2023-12-11 15:42:53 -06:00
lint.rs Stop at the first resolved parent configuration (#8864) 2023-11-29 04:21:07 +00:00
resolve_files.rs Update ruff check and ruff format to default to the current directory (#8791) 2023-11-21 11:34:21 -06:00