Skip to content

expect_lint() should be exported #178

@fangly

Description

@fangly

Hi,

I am writing some custom linters following the document at https://cran.r-project.org/web/packages/lintr/vignettes/creating_linters.html . It turns out to be impossible to add testthat tests because the "expect_lint()" expectation is not exported by lintr.

I am thus forced to use the lintr:::expect_lint hack at the moment.

Could you please add a small "#' @export" statement in "R/expect_lint.R" please?

Cheers,

Florent

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