This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.StyleCop.
Summary
Starts the report aggregation process.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- StyleCopRunner
Syntax
public static void Report(ICakeContext context, ReportSettingsDelegate settingsDelegate)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The cake context. |
settingsDelegate | Report |
The settings to use during report aggregation. |
Return Value
Type | Description |
---|---|
void |