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
So I expect deptrac to differentiate ./config from ./src/Config, but it doesn't happen, and it scolds that src layer depends on src layer AND that src depends on config layer, which both not proper behavior, I think
Possibly the part of the problem is that I use macOS, which is case-insensitive to directories
Mb I misconfigured deptrac
The logic behind the directory collector ignores the case. You would have to change the regex of the collectors, so it does not match. Or you could use the classnameregexcollector.
Minimal reproducing repo: https://github.com/savinmikhail/deptrac-bug-reproducing-repo
Expected behavior:
Received output:
my config:
for now I just excluded config rule from config
i will appreciate any help
The text was updated successfully, but these errors were encountered: