Information for a file to be linted that is given to the analysers.
NoEqualityAttribute
NoComparisonAttribute
Name | Description | |
---|---|---|
Record Fields | ||
Text
Signature: string |
Contents of the file. |
|
Ast
Signature: ParsedInput |
File represented as an AST. |
|
TypeCheckResults
Signature: FSharpCheckFileResults option |
Optional results of inferring the types on the AST (allows for a more accurate lint). |
|
File
Signature: string |
Path to the file. |