We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow_unknown
1 parent c254c0f commit b676909Copy full SHA for b676909
src/licenses.rs
@@ -5,6 +5,7 @@ const PARSE_MODE: spdx::ParseMode = spdx::ParseMode {
5
allow_imprecise_license_names: false,
6
allow_postfix_plus_on_gpl: true,
7
allow_deprecated: true,
8
+ allow_unknown: false,
9
};
10
11
pub fn parse_license_expr(s: &str) -> Result<Expression, ParseError> {
0 commit comments