From 4727037a96407d9d6148bda736af1f28f387f8e1 Mon Sep 17 00:00:00 2001 From: Freddy Li Date: Mon, 26 Aug 2024 09:58:54 -0400 Subject: [PATCH] fix the deny ci issue --- deny.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deny.toml b/deny.toml index 797693a..789963b 100644 --- a/deny.toml +++ b/deny.toml @@ -95,8 +95,6 @@ ignore = [ # More documentation for the licenses section can be found here: # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses] -# The lint level for crates which do not have a detectable license -unlicensed = "deny" # List of explicitly allowed licenses # See https://spdx.org/licenses/ for list of possible licenses # [possible values: any SPDX 3.11 short identifier (+ optional exception)]. @@ -114,11 +112,6 @@ allow = [ "Apache-2.0 WITH LLVM-exception", "Zlib" ] -# Lint level used when no other predicates are matched -# 1. License isn't in the allow or deny lists -# 2. License isn't copyleft -# 3. License isn't OSI/FSF, or allow-osi-fsf-free = "neither" -default = "deny" # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the # canonical license text of a valid SPDX license file.