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