sketch-hq / nicene

Additional Credo checks
MIT License
39 stars 7 forks source link

Add check to configure forbidden namespaces to use from other namespaces #8

Closed uesteibar closed 4 years ago

uesteibar commented 4 years ago

This is meant to be used for example to avoid calling AppWeb from App in Phoenix applications.

For now I built a simple version where only top level namespaces are supported and it only allows configuring one module -> restrictions set per check.