Skip to content

Missing object_usage_linter due to line break #507

@bersbersbers

Description

@bersbersbers
foo <- function() {
    unknown_function(1)

    unknown_function(
        1
    )

    unknown_function(1)
}

I get this in VS Code, while in my opinion, the middle call should also be detected.

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions