Skip to content

Commit e447df2

Browse files
committed
CLI: grant exception for EPL-2.0 license in colored_json
Ideally we'd avoid having to grant the exception but for right now it's probably fine. I looked at 2 alternatives: - https://github.com/saghm/json-color - https://github.com/andrewhickman/termcolor-json While both of these seemed able to give similar output, configrable colors, etc, each of these had issues with color mode detection and overriding. We should revisit this at a later date.
1 parent 8a8ff36 commit e447df2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ allow = [
3333
confidence-threshold = 0.8
3434
exceptions = [
3535
#{ allow = ["Zlib"], name = "adler32", version = "*" },
36+
# { allow = ["EPL-2.0"], name = "colored_json", version = "*" }
3637
]
3738

3839
[[licenses.clarify]]

0 commit comments

Comments
 (0)