Skip to content

library_call_linter triggers on library(exclude=) usage #3097

Description

@MichaelChirico
lint(linters = library_call_linter(), text = "
library(A)
library(B, exclude=c())
library(C)
")

But not on exclude='A'

Metadata

Metadata

Assignees

No one assigned

    Labels

    false-positivecode that shouldn't lint, but does

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions