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
Copy file name to clipboardExpand all lines: docs/configuration.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ By default [Cake.Git addin] will be used.
51
51
|`IssuesParameters.Reporting.`<br/> `ShouldCreateFullIssuesReport`|`IssuesContext.Parameters.Reporting.`<br/> `ShouldCreateFullIssuesReport`|`true`| Indicates whether full issues report should be created. |
52
52
|`IssuesParameters.Reporting.`<br/> `FullIssuesReportSettings`|`IssuesContext.Parameters.Reporting.`<br/> `FullIssuesReportSettings`|`GenericIssueReportTemplate.HtmlDxDataGrid` template with `DevExtremeTheme.MaterialBlueLight` theme. | Settings for creating the full issues report. See [Template Gallery] for possible options. |
53
53
|`IssuesParameters.Reporting.`<br/> `ShouldCreateSarifReport`|`IssuesContext.Parameters.Reporting.`<br/> `ShouldCreateSarifReport`|`true`| Indicates whether a report in SARIF format should be created. |
54
+
|`IssuesParameters.Reporting.`<br/> `ShouldReportIssuesToConsole`|`IssuesContext.Parameters.Reporting.`<br/> `ShouldReportIssuesToConsole`|`false`| Indicates whether issues should be reported to the console. |
55
+
|`IssuesParameters.Reporting.`<br/> `ReportToConsoleSettings`|`IssuesContext.Parameters.Reporting.`<br/> `ReportToConsoleSettings`|| Settings for reporting issues to the console. |
0 commit comments