diff --git a/.lintr b/.lintr index ea4e0b8..4eb27e5 100644 --- a/.lintr +++ b/.lintr @@ -1,12 +1,16 @@ -linters: linters_with_defaults( - object_usage_linter = NULL, +linters: all_linters( commas_linter = NULL, cyclocomp_linter = NULL, + extraction_operator_linter = NULL, + implicit_integer_linter = NULL, + indentation_linter = NULL, line_length_linter = NULL, + nonportable_path_linter = NULL, object_name_linter = NULL, spaces_inside_linter = NULL, todo_comment_linter = todo_comment_linter( todo = c("todo", "to-do", "to do", "fixme", "fix-me", "fix me") - ) + ), + undesirable_function_linter = NULL ) exclusions: list("R/RcppExports.R")