no-setup-in-describe is a good rule, but my codebase has functions that carefully defines various hooks without destructive setup so people don't need to write them in every test file. It would be nice if this rule took a config option that allowed allowlisting function names, similar to how this.timeout() is allowed by the rule today.