We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a13fb commit ae955bbCopy full SHA for ae955bb
.lintr
@@ -1,6 +1,6 @@
1
linters: with_defaults( # The following TODOs are part of an effort to have {lintr} lint-free (#584)
2
line_length_linter = line_length_linter(120),
3
- cyclocomp_linter = cyclocomp_linter(29), # TODO reduce to 15
+ cyclocomp_linter = cyclocomp_linter(30), # TODO reduce to 15
4
equals_na_linter = NULL, # TODO enable (#601)
5
paren_brace_linter = NULL # TODO enable (#603)
6
)
0 commit comments