read a source file and parse all the excluded lines from it
Usage
parse_exclusions(
file,
exclude = settings$exclude,
exclude_start = settings$exclude_start,
exclude_end = settings$exclude_end,
exclude_linter = settings$exclude_linter,
exclude_linter_sep = settings$exclude_linter_sep,
lines = NULL,
linter_names = NULL
)
Arguments
- file
R source file
- exclude
regular expression used to mark lines to exclude
- exclude_start
regular expression used to mark the start of an excluded range
- exclude_end
regular expression used to mark the end of an excluded range
- exclude_linter
regular expression used to capture a list of to-be-excluded linters immediately following a
exclude
orexclude_start
marker.- exclude_linter_sep
regular expression used to split a linter list into indivdual linter names for exclusion.
- lines
a character vector of the content lines of
file
- linter_names
Names of active linters