Skip to content

consider more diagnostics 'checkers' #14

Description

@kevinushey

We currently have a couple simple diagnostics checkers:

if (x = 1) { ... }     # using '=' instead of the probably intended '=='; although note that this is a parse error
if (x == NULL) { ... } # use 'is.null()'

What other similar code smells are out there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions