We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6124903 commit 01cb82aCopy full SHA for 01cb82a
.lintr
@@ -1,7 +1,7 @@
1
linters: linters_with_defaults(
2
line_length_linter(120),
3
- cyclocomp_linter = NULL,
4
- object_length_linter(length = 40L)
+ object_length_linter(length = 40L),
+ return_linter = NULL
5
)
6
exclusions: list(
7
"renv",
0 commit comments