Skip to content

Commit

Permalink
Remove unsupported lintr config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Mar 27, 2023
1 parent 564942d commit c682815
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ linters: linters_with_tags(
implicit_integer_linter = NULL,
extraction_operator_linter = NULL,
todo_comment_linter = NULL,
function_argument_linter = NULL,
# Use minimum R declared in DESCRIPTION or fall back to current R version
backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion())
function_argument_linter = NULL
)

0 comments on commit c682815

Please sign in to comment.