consecutive_stopifnot_linter should include assert_that (and hence be renamed) #1604
Labels
breaking change ☠️
API change likely to affect existing code
feature
a feature request or enhancement
Similar reasoning for
consecutive_stopifnot_linter()
applies for usingassert_that(); assert_that(); assert_that()
; unless amessage
is specified, it's better to use the...
and condense to oneassert_that()
call.This will entail a deprecation cycle for
consecutive_stopifnot_linter()
, so let's align on a name before continuing.I think
consecutive_assertion_linter()
fits well, but differs fromconjunct_test_linter()
(which also coversassert_that()
andstopifnot()
).consecutive_test_linter()
sounds more like it would apply totestthat
functions, so I'm not sold on it.The text was updated successfully, but these errors were encountered: