Skip to content

Ban wildcard imports #2629

@netrome

Description

@netrome

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions