The current implementation of skiprdeps based on simple substring checks skip dependency scan of unintended files, the easiest example being when a path is a prefix of some skiprdeps file.
For example, /usr/bin/foobar causes /usr/bin/foo to be skipped too.
The current implementation of
skiprdepsbased on simple substring checks skip dependency scan of unintended files, the easiest example being when a path is a prefix of someskiprdepsfile.For example,
/usr/bin/foobarcauses/usr/bin/footo be skipped too.