Skip to content

Commit 219ec47

Browse files
authored
modern lintr (#733)
1 parent d88dfa3 commit 219ec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lintr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ linters: linters_with_defaults(
77
object_usage_linter = NULL,
88
brace_linter = NULL,
99
commented_code_linter = NULL,
10-
cyclocomp_linter = NULL,
1110
quotes_linter = NULL,
12-
seq_linter = NULL
11+
seq_linter = NULL,
12+
return_linter = NULL
1313
)
1414
exclusions: list(
1515
# renv is vendored code, not ours.

0 commit comments

Comments
 (0)