mamuz / PhpDependencyAnalysis

Static code analysis to find violations in a dependency graph
http://mamuz.github.io/PhpDependencyAnalysis/
MIT License
561 stars 45 forks source link

Make cycle detection optional #41

Open brightbyte opened 5 years ago

brightbyte commented 5 years ago

Cycle detection is expensive or large and messy code bases, and may not be needed or desired in all cases. This introduces a configuration switch to turn it off.

chr-hertel commented 4 years ago

Hey @brightbyte @mamuz, thanks for your work! i'd really love to see this change in master/next release. Any chance that could happen? how can i help with this?