-
Notifications
You must be signed in to change notification settings - Fork 45
/
.lintr
1 lines (1 loc) · 1.02 KB
/
.lintr
1
linters: linters_with_defaults(equals_na_linter = NULL, semicolon_linter(allow_compound = TRUE, allow_trailing = FALSE), seq_linter = seq_linter(), todo_comment_linter(todo=c("todo", "fixme")), undesirable_function_linter = undesirable_function_linter(), undesirable_operator_linter=undesirable_operator_linter(op=c(list(default=list()), all_undesirable_operators[c(":::")])), unnecessary_concatenation_linter(), object_usage_linter = NULL, pipe_continuation_linter = NULL, assignment_linter = NULL, brace_linter = NULL, commas_linter = NULL, commented_code_linter = NULL, function_left_parentheses_linter = NULL, infix_spaces_linter = NULL, line_length_linter = NULL, quotes_linter = NULL, indentation_linter = NULL, whitespace_linter = NULL, object_length_linter = NULL, object_name_linter = NULL, spaces_inside_linter = NULL, spaces_left_parentheses_linter = NULL, trailing_blank_lines_linter = NULL, trailing_whitespace_linter = NULL, T_and_F_symbol_linter = NULL, cyclocomp_linter = NULL, paren_body_linter = NULL, vector_logic_linter = NULL)