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
Add options for limiting the depth for which features are reported, as well as for crates for the inclusion graphs that are printed in the output. The graphs can be pretty intimidating on large projects so allowing configs to limit them and then opt-in to greater depth if desired could be nice Add options to config/cli #466
We have error codes, but don't use them for anything, it would be good to add top level options to override defaults, just as clippy has. Convert to clippy style named codes #464
-W --warn OPT Set lint warnings
-A --allow OPT Set lint allowed
-D --deny OPT Set lint denied
-F --forbid OPT Set lint forbidden
The text was updated successfully, but these errors were encountered:
Tracking issue for things I need to do before publishing a new release
default
features. This should resolve Add "default feature" check #206 and close Add option to require default-features = false #347features.allow
andfeatures.exact
The text was updated successfully, but these errors were encountered: