Skip to content

Commit ae955bb

Browse files
committed
bump cyclocomp limit up to 30 for lint()
caused by #673
1 parent 64a13fb commit ae955bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
linters: with_defaults( # The following TODOs are part of an effort to have {lintr} lint-free (#584)
22
line_length_linter = line_length_linter(120),
3-
cyclocomp_linter = cyclocomp_linter(29), # TODO reduce to 15
3+
cyclocomp_linter = cyclocomp_linter(30), # TODO reduce to 15
44
equals_na_linter = NULL, # TODO enable (#601)
55
paren_brace_linter = NULL # TODO enable (#603)
66
)

0 commit comments

Comments
 (0)