We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b48321 + f2c1dcb commit a1519ebCopy full SHA for a1519eb
.lintr
@@ -3,3 +3,7 @@ linters: linters_with_defaults(
3
cyclocomp_linter = NULL,
4
object_length_linter(length = 40L)
5
)
6
+exclusions: list(
7
+ "renv",
8
+ "venv"
9
+ )
0 commit comments