minder icon indicating copy to clipboard operation
minder copied to clipboard

Trusty rule type wrong evaluation with aliases path

Open samuv opened this issue 1 year ago • 2 comments

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.

Image

samuv avatar Oct 02 '24 17:10 samuv

this is a bug in the evaluator, not in the rule itself. Moving to minder.

jhrozek avatar Oct 04 '24 08:10 jhrozek

Our change to the dependencies parsing may be fixing this, but @eleftherias was going to look at this.

evankanderson avatar Jan 28 '25 14:01 evankanderson