navigation

CyclomaticComplexity

Namespace: FSharpLint.Rules

Declared Types
Type Description
Config

Configuration of the cyclomatic complexity (FL0069) rule.


Values and Functions
Name Description
runner

Signature: runner config args

Runner for the rule.

cleanup

Signature: cleanup ()

Resets call stack after a call to runner.

rule

Signature: rule config

Generator function for a rule instance.