Skip to content

Commit

Permalink
Add fix subcommand (#262)
Browse files Browse the repository at this point in the history
* Advisories refactor

- Fixup #244
- Use a single root path, under which multiple databases can be stored
- Refactor config diagnostics to report non-fatal diagnostics
- Add ability to lint unsound advisories

* Add --audit-compatible-output flag to output same exact objects as cargo-audit

* Add `fix` subcommand

* Refactor diagnostics
  • Loading branch information
Jake-Shadle authored Oct 12, 2020
1 parent e1e90b8 commit e0a3ba0
Show file tree
Hide file tree
Showing 43 changed files with 5,295 additions and 2,391 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: deny
args: -L debug check
args: -L debug --all-features check
- name: check external users
run: ./scripts/check_external.sh

Expand Down
Loading

0 comments on commit e0a3ba0

Please sign in to comment.