navigation

SuppressionInfo

Namespace: FSharpLint.Framework
Parent Module: Suppression
Assembly: FSharpLint.Core

Name Description
Instance Members
IsDisableLine

Signature: this.IsDisableLine
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsDisable

Signature: this.IsDisable
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsEnable

Signature: this.IsEnable
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
Union Cases
Enable

Signature: Enable Set<String>

Re-enables rules for the rest of the file.

Disable

Signature: Disable Set<String>

Disables rules for the rest of the file.

DisableLine

Signature: DisableLine Set<String>

Disables rules for a single line.