Summary
    Runs ReSharper's InspectCode using the specified config file.
    
		- Namespace
- Cake.Common .Tools .InspectCode 
- Containing Type
- InspectCodeAliases
Syntax
[CakeMethodAlias]
[CakeAliasCategory("InspectCode")]
public static void InspectCodeFromConfig(this ICakeContext context, FilePath configFile)Examples
InspectCodeFromConfig("./src/inspectcode.config");Attributes
| Type | Description | 
|---|---|
| Cake | An attribute used to mark script method aliases. | 
| Cake | An attribute used for documentation of alias methods/properties. | 
Parameters
| Name | Type | Description | 
|---|---|---|
| context | ICakeContext | The context. | 
| configFile | FilePath | The config file. | 
Return Value
| Type | Description | 
|---|---|
| void | 
