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
This should probably be implemented outside of the FSD plugin, since it's not exclusive to FSD. I'm not sure if it's best to create another native plugin or have this rule in "Steiger core"
The idea of this rule is simple — prevent circular imports (when A imports from B, but B imports from A, or maybe A -> B -> C -> ... -> A).
For simplicity, let's put this rule to the FSD plugin for now, and if there will be more generic rules like this, then we'll think about moving them out into a separate plugin
The text was updated successfully, but these errors were encountered:
This should probably be implemented outside of the FSD plugin, since it's not exclusive to FSD. I'm not sure if it's best to create another native plugin or have this rule in "Steiger core"
The idea of this rule is simple — prevent circular imports (when A imports from B, but B imports from A, or maybe A -> B -> C -> ... -> A).
For simplicity, let's put this rule to the FSD plugin for now, and if there will be more generic rules like this, then we'll think about moving them out into a separate plugin
The text was updated successfully, but these errors were encountered: