Skip to content

T_and_F_symbol_linter seems too eager #2944

@mcol

Description

@mcol

The linter flags cases in which a variable is called T:

style: [T_and_F_symbol_linter] Use TRUE instead of the symbol T.
    main = expression(paste0(T[n], ",", T[x], " curves")),

In this specific case, perhaps the linter should notice the presence of [, which makes it unlikely that T referred to TRUE.

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