Skip to content

Commit b8b396c

Browse files
committed
lint: add .lintr config from epiprocess
1 parent 655be90 commit b8b396c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.lintr

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)