libraries.io
libraries.io copied to clipboard
Ignore potential packages in spec folders
Is there a way to ignore all files in the spec/test folders ? We have quite a bit of package.json in our spec folder, which are used as fixture, resulting in around 7k dependencies listed/detected (see https://libraries.io/github/wpscanteam/wpscan)
Not at this time. librariesio/bibliothecary has some support for configuration but it's not plumbed into libraries. One could add the ability to add ignored files or directories via a file like .libraries.yml
. I'd be open to reviewing and merging such a PR