navigation

SuppressionInfo

Namespace: FSharpLint.Framework
Parent: Suppression

Represents rule suppression information.


Name Description
Union Cases
Enable

Signature: Set

Re-enables rules for the rest of the file.

Disable

Signature: Set

Disables rules for the rest of the file.

DisableLine

Signature: Set

Disables rules for a single line.