You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying out this cargo-deny tool and it seems quite neat. However the report is very long for large projects (i'm running it on rustc itself)
I'm executing cargo deny check all 2> a.log
It runs successfully, but the log file has many ansi control code. I think it should be automatically turned off.
Running Environment: I'm running cargo-deny on windows 10, it is build with rustc 1.43 stable.
The text was updated successfully, but these errors were encountered:
Added `--color` which takes the options `auto`, `always`, or `never` to turn on or off coloring for all output.
Added `--format` which takes the options `human` or `json`. The Json option writes each distinct output as a single Json object.
Resolves: #137Resolves: #211
I'm trying out this
cargo-deny
tool and it seems quite neat. However the report is very long for large projects (i'm running it on rustc itself)I'm executing
cargo deny check all 2> a.log
It runs successfully, but the log file has many ansi control code. I think it should be automatically turned off.
Running Environment: I'm running
cargo-deny
on windows 10, it is build with rustc 1.43 stable.The text was updated successfully, but these errors were encountered: