forked from globeandmail/startr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lintr
31 lines (31 loc) · 779 Bytes
/
.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
linters: with_defaults(
absolute_path_linter,
nonportable_path_linter,
pipe_continuation_linter,
assignment_linter,
camel_case_linter,
commas_linter,
cyclocomp_linter,
equals_na_linter,
extraction_operator_linter,
function_left_parentheses_linter,
implicit_integer_linter,
line_length_linter(100),
no_tab_linter,
object_length_linter(25),
object_name_linter('snake_case'),
open_curly_linter,
paren_brace_linter,
semicolon_terminator_linter,
seq_linter,
single_quotes_linter,
spaces_inside_linter,
spaces_left_parentheses_linter,
todo_comment_linter,
trailing_blank_lines_linter,
trailing_whitespace_linter,
T_and_F_symbol_linter,
undesirable_function_linter,
undesirable_operator_linter,
unneeded_concatenation_linter,
)