FSharpLint icon indicating copy to clipboard operation
FSharpLint copied to clipboard

False negative for AvoidTooShortNameRule

Open parhamsaremi opened this issue 3 years ago • 0 comments

Description

The code below is a false negative for AvoidTooShortNameRule:

[ for c in text -> c ] |> parse List.Empty |> List.toArray

Expected behavior

FSharplint should raise an error when parsing the block of code.

Actual behavior

FSharplint doesn't raise any problems with this block of code.

parhamsaremi avatar Nov 25 '22 09:11 parhamsaremi