lint_package_with_style {adaptalint}R Documentation

Lint a package, using a known style

Description

Apply a style extracted using extract_style, in order to check for only the style issues that aren't excepted in that package.

Usage

lint_package_with_style(package, style, threshold = 0.01)

Arguments

package

path to the package to check

style

a style data frame, as created by extract_style

threshold

the proportional occurrence threshold above which a lint is ignored


[Package adaptalint version 0.2.4 Index]