We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow running licensecheck with --yellow or --red to not render all the green MIT noise.
--yellow
--red
I generally only care about "which deps have no licence or have a weird licence file or have copy left (GPL) licences"
The text was updated successfully, but these errors were encountered:
Maybe a license filter? e.g. --hide MIT,zlib,BSD
Sorry, something went wrong.
That could work too. --hide MIT gets rid of 90% :D
--hide MIT
No branches or pull requests
Allow running licensecheck with
--yellow
or--red
to not render all the green MIT noise.I generally only care about "which deps have no licence or have a weird licence file or have copy left (GPL) licences"
The text was updated successfully, but these errors were encountered: