You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,7 +70,7 @@ None of the options below are required for the `dotnet format` command to succee
70
70
71
71
Produces a JSON report in the directory specified by `<REPORT_PATH>`.
72
72
73
-
-**`--severity`**
73
+
-**`--severity <LEVEL>`**
74
74
75
75
The minimum severity of diagnostics to fix. Allowed values are `info`, `warn`, and `error`. The default value is `warn`.
76
76
@@ -118,7 +118,7 @@ The `dotnet format style` subcommand only runs formatting rules associated with
118
118
119
119
A space-separated list of diagnostic IDs to use as a filter when fixing code style issues. Default value is whichever IDs are listed in the *.editorconfig* file. For a list of built-in code style analyzer rule IDs that you can specify, see the [list of IDs for code-analysis style rules](../../fundamentals/code-analysis/style-rules/index.md).
120
120
121
-
-**`--severity`**
121
+
-**`--severity <LEVEL>`**
122
122
123
123
The minimum severity of diagnostics to fix. Allowed values are `info`, `warn`, and `error`. The default value is `warn`
124
124
@@ -136,7 +136,7 @@ The `dotnet format analyzers` subcommand only runs formatting rules associated w
136
136
137
137
A space-separated list of diagnostic IDs to use as a filter when fixing non code style issues. Default value is whichever IDs are listed in the *.editorconfig* file. For a list of built-in analyzer rule IDs that you can specify, see the [list of IDs for quality rules](../../fundamentals/code-analysis/quality-rules/index.md). For third-party analyzers refer to their documentation.
138
138
139
-
-**`--severity`**
139
+
-**`--severity <LEVEL>`**
140
140
141
141
The minimum severity of diagnostics to fix. Allowed values are `info`, `warn`, and `error`. The default value is `warn`.
0 commit comments