Provides information on what the linter is currently doing.
NoComparisonAttribute
Name | Description | |
---|---|---|
Instance Members | ||
FilePath
Signature: unit -> string |
Path of the F# file the progress information is for. |
|
Union Cases | ||
Starting
Signature: string |
Started parsing a file (file path). |
|
ReachedEnd
Signature: string * LintWarning list |
Finished parsing a file (file path). |
|
Failed
Signature: string * Exception |
Failed to parse a file (file path, exception that caused failure). |