Skip to content
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

Open
Nicoretti opened this issue Mar 14, 2024 · 0 comments · May be fixed by #227
Open

✨ Add support for import-linter to lint tasks #149

Nicoretti opened this issue Mar 14, 2024 · 0 comments · May be fixed by #227
Assignees
Labels
feature Product feature

Comments

@Nicoretti
Copy link
Member

Nicoretti commented Mar 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants