Skip to content

Commit ca22248

Browse files
sashko1988Oleksandr Zavertniev
and
Oleksandr Zavertniev
authored
Update docs Settings output-format default (#12409)
## Update docs Settings output-format default Fixes #12350 ## Test Plan Run all automation mentioned here https://github.com/astral-sh/ruff/blob/fe04f2b09d0b676f1fa09f732e907ef64deffbb1/CONTRIBUTING.md#development Manually verified changes in the generated MkDocs site. Co-authored-by: Oleksandr Zavertniev <[email protected]>
1 parent d8cf8ac commit ca22248

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/ruff_workspace/src/options.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ pub struct Options {
7474
)]
7575
pub extend: Option<String>,
7676

77-
/// The style in which violation messages should be formatted: `"full"`
78-
/// (shows source), `"concise"` (default), `"grouped"` (group messages by file), `"json"`
77+
/// The style in which violation messages should be formatted: `"full"` (default)
78+
/// (shows source), `"concise"`, `"grouped"` (group messages by file), `"json"`
7979
/// (machine-readable), `"junit"` (machine-readable XML), `"github"` (GitHub
8080
/// Actions annotations), `"gitlab"` (GitLab CI code quality report),
8181
/// `"pylint"` (Pylint text format) or `"azure"` (Azure Pipeline logging commands).
8282
#[option(
83-
default = r#""concise""#,
83+
default = r#""full""#,
8484
value_type = r#""full" | "concise" | "grouped" | "json" | "junit" | "github" | "gitlab" | "pylint" | "azure""#,
8585
example = r#"
8686
# Group violations by containing file.

ruff.schema.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)