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
Added the sources check and configuration, which allows linting of crate sources
Resolved #63 by adding a dependency on krates, which allows us to easily filter out dependencies that don't match a target specified by the user via the targets config value.
Resolved #75, a warning is now printed for license exceptions and allowed licenses, if they aren't encountered when checking crate license information.
Resolved #50, private workspace members (anything that is not published publicly) can now be ignored during the license check.
Changed
Resolved #85 by changing the max column width from 120 to 80 and reformatting some of the help text for the CLI.
Resolved #109 by only printing a single diagnostic message for each set of duplicate version
Fixed
Fixed #96 by allowing expansion of '~' rooted paths for the [advisories.db-path] configuration variable.