From cf239a5c51d4a0c639851c108b4c15860fbc52eb Mon Sep 17 00:00:00 2001 From: Jesse Abramowitz Date: Fri, 2 Aug 2024 10:41:36 -0400 Subject: [PATCH] fix lint --- deny.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deny.toml b/deny.toml index 277786485..fbec41912 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,6 @@ [licenses] # The lint level for crates which do not have a detectable license -unlicensed="deny" - +version=2 # 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)]. @@ -18,9 +17,6 @@ allow=[ "MPL-2.0", ] -# Lint level for licenses considered copyleft -copyleft="deny" - # If true, ignores workspace crates that aren't published, or are only # published to private registries. # To see how to mark a crate as unpublished (to the official registry),