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
Similarly to cliippy, add simple and clear names for each lint in cargo-deny, which would mean that check could also support the same command line options
-W --warn OPT Set lint warnings
-A --allow OPT Set lint allowed
-D --deny OPT Set lint denied
To allow the command line to override the severity level of a particular/all lint, eg CI could -D warnings to turn all warnings into errors.
The text was updated successfully, but these errors were encountered:
Similarly to cliippy, add simple and clear names for each lint in cargo-deny, which would mean that
check
could also support the same command line optionsTo allow the command line to override the severity level of a particular/all lint, eg CI could
-D warnings
to turn all warnings into errors.The text was updated successfully, but these errors were encountered: