mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 20:42:10 +00:00
Use a separate PrinterFlag
for including fix diffs (#4615)
This commit is contained in:
parent
8961d8eb6f
commit
040fb9cef4
6 changed files with 36 additions and 33 deletions
|
@ -254,7 +254,6 @@ mod test {
|
|||
LogLevel::Default,
|
||||
FixMode::None,
|
||||
Flags::SHOW_VIOLATIONS,
|
||||
false,
|
||||
);
|
||||
let mut writer: Vec<u8> = Vec::new();
|
||||
// Mute the terminal color codes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue