Skip to content

Commit

Permalink
CLI: grant exception for EPL-2.0 license in colored_json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
svix-onelson committed Dec 23, 2024
1 parent 8a8ff36 commit e447df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ allow = [
confidence-threshold = 0.8
exceptions = [
#{ allow = ["Zlib"], name = "adler32", version = "*" },
# { allow = ["EPL-2.0"], name = "colored_json", version = "*" }
]

[[licenses.clarify]]
Expand Down

0 comments on commit e447df2

Please sign in to comment.