Skip to content

Commit 57380ae

Browse files
more humane lintr
1 parent a5f2543 commit 57380ae

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.lintr

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
linters: linters_with_defaults(
22
line_length_linter = NULL,
33
commented_code_linter = NULL,
4+
whitespace_linter = NULL,
5+
indentation_linter = NULL,
46
object_name_linter= NULL) # see vignette("lintr")
57
encoding: "UTF-8"
8+
exclusions: list(
9+
"renv",
10+
"raw_data"
11+
)

0 commit comments

Comments
 (0)