mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
Remove output format text
and use format full
by default (#12010)
Resolves #7349
This commit is contained in:
parent
c0d2f439b7
commit
41203ea208
10 changed files with 317 additions and 72 deletions
|
@ -44,7 +44,7 @@ impl Default for Settings {
|
|||
cache_dir: cache_dir(project_root),
|
||||
fix: false,
|
||||
fix_only: false,
|
||||
output_format: OutputFormat::default(false),
|
||||
output_format: OutputFormat::default(),
|
||||
show_fixes: false,
|
||||
unsafe_fixes: UnsafeFixes::default(),
|
||||
linter: LinterSettings::new(project_root),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue