navigation

OptionalLintParameters

Namespace: FSharpLint.Application
Parent: Lint

Optional parameters that can be provided to the linter.


Attributes:
NoEqualityAttribute
NoComparisonAttribute
Name Description
Record Fields
CancellationToken

Signature: CancellationToken option

Cancels a lint in progress.

Configuration

Signature: ConfigurationParam

Lint configuration to use. Can either specify a full configuration object, or a path to a file to load the configuration from. You can also explicitly specify the default configuration.

ReceivedWarning

Signature: (LintWarning -> unit) option

This function will be called every time the linter finds a broken rule.

ReportLinterProgress

Signature: (ProjectProgress -> unit) option
Static Members
Default

Signature: OptionalLintParameters