Skip to content

Commit 1c7d250

Browse files
disable irrelevant linter
1 parent 62b7c8a commit 1c7d250

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/.lintr.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ linters = c(dt_linters, all_linters(
4040
# TODO(lintr#2442): Use this once x[ , j, by] is supported.
4141
commas_linter = NULL,
4242
commented_code_linter = NULL,
43+
# mostly, we just use stopf() & friends, but ignore this for the
44+
# rare cases we need plain stop (e.g. #7048)
45+
condition_call_linter = NULL,
4346
# TODO(linter->3.2.0): Activate this.
4447
consecutive_assertion_linter = NULL,
4548
cyclocomp_linter = NULL,

0 commit comments

Comments
 (0)