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

Enforce module boundaries #133

Open
meDavid opened this issue Aug 16, 2024 · 0 comments
Open

Enforce module boundaries #133

meDavid opened this issue Aug 16, 2024 · 0 comments
Labels
type: feature New feature or request

Comments

@meDavid
Copy link

meDavid commented Aug 16, 2024

Solution you'd like

I would like to enforce modules boundaries in go (apps not importing from other apps for example). It is possible in the javascript/typescript world with an eslint rule (@nx/enforce-module-boundaries), but that doesn't apply to the Golang world

Is your feature request related to a problem?

No response

Alternatives you've considered

We could implement a custom linter rule for a linter that accepts custom rules. For example https://github.com/mgechev/revive?tab=readme-ov-file#writing-a-custom-rule that would accept a configuration comparable to @nx/enforce-module-boundaries

Additional Information

No response

@utarwyn utarwyn added the type: feature New feature or request label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants