You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: