From fa7132da2faeefaf6ad40dd4cfd15d6874a82612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Fri, 21 Jun 2024 12:35:09 +0200 Subject: [PATCH] style: format code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- deny.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/deny.toml b/deny.toml index ab1af04..b2f5658 100644 --- a/deny.toml +++ b/deny.toml @@ -98,13 +98,7 @@ ignore = [ # - "BSD-4-Clause": GPL incompatible # - "OpenSSL": GPL incompatible # - "GPL-2.0": GPL3 incompatible -allow = [ - "MIT", - "Apache-2.0", - "ISC", - "Unicode-DFS-2016", - "BSD-3-Clause", -] +allow = ["MIT", "Apache-2.0", "ISC", "Unicode-DFS-2016", "BSD-3-Clause"] # 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.