-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Background
While we typically avoid wildcard imports, they still creep in from time to time. They should be banned.
The only exception should be use super::* in test modules (or more general in inline modules).
User Story
As a developer I want code that's easy to read and navigate.
Acceptance Criteria
We forbid wildcard imports, with a limited set of allowed exceptions.
Resources & Additional Notes
No response
Reactions are currently unavailable