expect_lint_free: Test that the package is lint free

View source: R/expect_lint.R

expect_lint_freeR Documentation

Test that the package is lint free

Description

This function is a thin wrapper around lint_package that simply tests there are no lints in the package. It can be used to ensure that your tests fail if the package contains lints.

Usage

expect_lint_free(...)

Arguments

...

arguments passed to lint_package()


jimhester/lintr documentation built on April 24, 2024, 8:21 a.m.