Skip to content

False negative for AvoidTooShortNameRule #592

@parhamsaremi

Description

@parhamsaremi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions