minder
minder copied to clipboard
Trusty rule type wrong evaluation with aliases path
Hi! I was working on a repository with Minder and the rule type: pr_trusty_check.
We had an import called @/icons. It is a simple alias where @/ refers to the root of the src folder, but it has been mistakenly evaluated as the icons package on npm.
this is a bug in the evaluator, not in the rule itself. Moving to minder.
Our change to the dependencies parsing may be fixing this, but @eleftherias was going to look at this.