Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Jun 21, 2024
1 parent 2735445 commit fa7132d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa7132d

Please sign in to comment.