StyleCopRunner.

Report(ICakeContext, ReportSettingsDelegate) Method

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 ReportSettingsDelegate The settings to use during report aggregation.

Return Value

Type Description
void