Closed
Description
lint("
stopifnot(a)
b=c
stopifnot(d)
", consecutive_assertion_linter())
# <text>:2:1: warning: [consecutive_assertion_linter] Unify consecutive calls to stopifnot().
# stopifnot(a)
# ^~~~~~~~~~~~
Almost surely this is because of the weird <expr_or_assign_or_help>
node that is usually <expr>
.