lintr-deprecated {lintr}R Documentation

Deprecated functions in lintr

Description

These functions have been deprecated from lintr.

Usage

closed_curly_linter(allow_single_line = FALSE)

open_curly_linter(allow_single_line = FALSE)

paren_brace_linter()

semicolon_terminator_linter(semicolon = c("compound", "trailing"))

unneeded_concatenation_linter(allow_single_expression = TRUE)

single_quotes_linter()

consecutive_stopifnot_linter()

no_tab_linter()

Arguments

allow_single_line

if TRUE, allow an open and closed curly pair on the same line.

semicolon

A character vector defining which semicolons to report:

compound

Semicolons that separate two statements on the same line.

trailing

Semicolons following the last statement on the line.

Tags

configurable, deprecated, readability, style

See Also

linters for a complete list of linters available in lintr.


[Package lintr version 3.1.1 Index]