Consider removing require-expect from the recommended ruleset #382
Open
Description
Hi,
I'd like to propose that require-expect
be removed from the recommended set of rules. I think it's odd that we'd actually recommend against using assert.expect
in tests as using it consistently makes test suites more robust and forbidding its use seems like a case of removing a set of guardrails because, "trust me, I know what I'm doing," which is sort of antithetical to the spirit of a linting tool.
I think #222 (comment) was perhaps a mischaracterization of assert-expect
--I don't believe it's no longer needed nor redundant.
My actual preference would be to revert back to recommending except-simple
, however, I realize that's unlikely to happen at this point 😄
Originally posted by @jaswilli in #381 (comment)