ruff/crates/ruff_diagnostics/src
Zanie Blue 739a8aa10e
Add settings for promoting and demoting fixes (#7841)
Adds two configuration-file only settings `extend-safe-fixes` and
`extend-unsafe-fixes` which can be used to promote and demote the
applicability of fixes for rules.

Fixes with `Never` applicability cannot be promoted.
2023-10-10 20:04:21 +00:00
..
diagnostic.rs Implement Ranged on more structs (#6921) 2023-08-27 19:03:08 +00:00
edit.rs Implement Ranged on more structs (#6921) 2023-08-27 19:03:08 +00:00
fix.rs Add settings for promoting and demoting fixes (#7841) 2023-10-10 20:04:21 +00:00
lib.rs Rename FixKind to FixAvailability (#7658) 2023-10-02 14:38:25 +00:00
source_map.rs Enable formatting for Jupyter notebooks (#7749) 2023-10-02 14:44:18 +00:00
violation.rs Rename FixKind to FixAvailability (#7658) 2023-10-02 14:38:25 +00:00