Skip to content

Commit

Permalink
bump cyclocomp limit up to 30 for lint()
Browse files Browse the repository at this point in the history
caused by #673
  • Loading branch information
AshesITR committed Dec 6, 2020
1 parent 64a13fb commit ae955bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
linters: with_defaults( # The following TODOs are part of an effort to have {lintr} lint-free (#584)
line_length_linter = line_length_linter(120),
cyclocomp_linter = cyclocomp_linter(29), # TODO reduce to 15
cyclocomp_linter = cyclocomp_linter(30), # TODO reduce to 15
equals_na_linter = NULL, # TODO enable (#601)
paren_brace_linter = NULL # TODO enable (#603)
)
Expand Down

0 comments on commit ae955bb

Please sign in to comment.