lint_package_with_style {adaptalint} | R Documentation |
Apply a style extracted using extract_style
, in order to
check for only the style issues that aren't excepted in that package.
lint_package_with_style(package, style, threshold = 0.01)
package |
path to the package to check |
style |
a style data frame, as created by |
threshold |
the proportional occurrence threshold above which a lint is ignored |