navigation

LintWarning

Namespace: FSharpLint.Framework
Parent: Suggestion

A lint "warning", sources the location of the warning with a suggestion on how it may be fixed.


Attributes:
NoEqualityAttribute
NoComparisonAttribute
Name Description
Record Fields
RuleIdentifier

Signature: string

Unique identifier for the rule that caused the warning.

RuleName

Signature: string

Unique name for the rule that caused the warning.

FilePath

Signature: string

Path to the file where the error occurs.

ErrorText

Signature: string

Text that caused the error (the Range of the content of FileName).

Details

Signature: WarningDetails

Details for the warning.