Skip to content
New issue

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

Do not warn about missing license files if the crate is explicitly unlicensed #1181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

reknih
Copy link

@reknih reknih commented Oct 14, 2022

wasm-pack emits a warning/information if the license field is either missing from a Cargo.toml or specified but a corresponding LICENSE* file is missing. This is the right behavior for most cases, however, some (e.g., proprietary) crates are explicitly unlicensed in which case this message adds extra clutter to build processes.

There seem to be two prevalent ways to indicate an unlicensed crate within the license field / SPDX license expressions:

This PR suppresses the information message about missing license files if either value is found in the Cargo.toml's license field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant