-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lintr
13 lines (13 loc) · 847 Bytes
/
.lintr
1
2
3
4
5
6
7
8
9
10
11
12
13
linters: linters_with_defaults(line_length_linter = line_length_linter(length = 9000L), # linters para rodar R no vscode
object_usage_linter = NULL,
object_name_linter = NULL,
commented_code_linter = NULL,
trailing_whitespace_linter = NULL,
trailing_blank_lines_linter = NULL,
indentation_linter = NULL,
infix_spaces_linter = NULL,
quotes_linter = NULL,
object_length_linter = NULL,
assignment_linter = NULL,
brace_linter = brace_linter(allow_single_line = TRUE)) # see vignette("lintr")
encoding: "UTF-8"