-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add support for import-linter
to lint
tasks
#149
Labels
feature
Product feature
Comments
Jannis-Mittenzwei
added a commit
that referenced
this issue
Sep 10, 2024
Jannis-Mittenzwei
added a commit
that referenced
this issue
Sep 24, 2024
Jannis-Mittenzwei
added a commit
that referenced
this issue
Sep 24, 2024
Jannis-Mittenzwei
added a commit
that referenced
this issue
Sep 25, 2024
Jannis-Mittenzwei
added a commit
that referenced
this issue
Oct 18, 2024
Jannis-Mittenzwei
added a commit
that referenced
this issue
Nov 8, 2024
Jannis-Mittenzwei
added a commit
that referenced
this issue
Nov 15, 2024
Nicoretti
added a commit
that referenced
this issue
Nov 15, 2024
Nicoretti
added a commit
that referenced
this issue
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Integrate the
import-linter
tool to enforce "contracts" between modules, specifying allowable imports. This enhancement ensures clear, predefined module relationships, benefiting project maintainers and contributors by preventing import loops and improving code structure.Details
The integration will enable conditional
import linting
, activating only when a relevant configuration exists within the project. This feature aims to enhance code quality and maintainability by enforcing module interaction rules.Background & Context
import-linter
provides a framework for defining and enforcing module relationships, important for complex projects or those with contributors lacking complete architectural knowledge. It helps maintain clear module interactions, supporting project structure and guiding contributors.References
import-linter
GitHub RepositoryThe text was updated successfully, but these errors were encountered: