Summary
Analyzes the specified script path.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- ScriptAnalyzer
Syntax
public ScriptAnalyzerResult Analyze(FilePath path, ScriptAnalyzerSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| path | FilePath | The path to the script to analyze. |
| settings | Script |
The script analyzer settings. |
Return Value
| Type | Description |
|---|---|
| ScriptAnalyzerResult | The script analysis result. |
