You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar reasoning for consecutive_stopifnot_linter() applies for using assert_that(); assert_that(); assert_that(); unless a message is specified, it's better to use the ... and condense to one assert_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 from conjunct_test_linter() (which also covers assert_that() and stopifnot()).
consecutive_test_linter() sounds more like it would apply to testthat functions, so I'm not sold on it.