-
Notifications
You must be signed in to change notification settings - Fork 41
/
.lintr
36 lines (36 loc) · 1.3 KB
/
.lintr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
linters: with_defaults(
equals_na_linter = NULL,
semicolon_terminator_linter(semicolon = c("trailing")),
seq_linter,
todo_comment_linter(todo=c("todo", "fixme", "TODO")),
undesirable_function_linter = undesirable_function_linter(),
undesirable_operator_linter=undesirable_operator_linter(op=c(list(default=list()),
all_undesirable_operators[c(":::")])),
unneeded_concatenation_linter,
nonportable_path_linter = NULL,
object_usage_linter = NULL,
absolute_path_linter = NULL,
pipe_continuation_linter = NULL,
assignment_linter = NULL,
camel_case_linter = NULL,
closed_curly_linter = NULL,
commas_linter = NULL,
commented_code_linter = NULL,
extraction_operator_linter = NULL,
function_left_parentheses_linter = NULL,
implicit_integer_linter = NULL,
infix_spaces_linter = NULL,
line_length_linter = NULL,
no_tab_linter = NULL,
object_length_linter = NULL,
object_name_linter = NULL,
open_curly_linter = NULL,
paren_brace_linter = NULL,
single_quotes_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,
undesirable_function_linter = NULL)