We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88dfa3 commit 219ec47Copy full SHA for 219ec47
.lintr
@@ -7,9 +7,9 @@ linters: linters_with_defaults(
7
object_usage_linter = NULL,
8
brace_linter = NULL,
9
commented_code_linter = NULL,
10
- cyclocomp_linter = NULL,
11
quotes_linter = NULL,
12
- seq_linter = NULL
+ seq_linter = NULL,
+ return_linter = NULL
13
)
14
exclusions: list(
15
# renv is vendored code, not ours.
0 commit comments