Skip to content

Commit a1519eb

Browse files
authored
Merge pull request #190 from cmu-delphi/ds/lint
lint: update lintr
2 parents 2b48321 + f2c1dcb commit a1519eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.lintr

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ linters: linters_with_defaults(
33
cyclocomp_linter = NULL,
44
object_length_linter(length = 40L)
55
)
6+
exclusions: list(
7+
"renv",
8+
"venv"
9+
)

0 commit comments

Comments
 (0)