glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
783 stars 46 forks source link

Fix improper logic for ignore_dependencies_matching and ignore_entities_matching #31

Closed and3rson closed 1 year ago

and3rson commented 1 year ago

This fixes missing condition in #28. I'm actually ashamed that I committed such an oversight...

glato commented 1 year ago

@and3rson Thank you for the fix 👍.