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
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
For example, you can define a rule like "controllers may not depend on models". To ensure this, deptrac analyzes your code to find any usages of models in your controllers and will show you where this rule was violated.
The text was updated successfully, but these errors were encountered:
https://github.com/sensiolabs-de/deptrac
The text was updated successfully, but these errors were encountered: