Skip to content

Commit 33be27f

Browse files
committed
lint: add .lintr config from epiprocess
1 parent 6f3035b commit 33be27f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
^.git-blame-ignore-revs$
1919
^doc$
2020
^Meta$
21+
^.lintr$

.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)