Skip to content

Commit

Permalink
make unmaintained issues like warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Nov 1, 2024
1 parent 44635c3 commit c70d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/rust/scripts/std_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def main():
results.add(exec_manager.cli_run("cargo machete", name="Unused Dependencies Check"))
# Check if we have any supply chain issues with dependencies.
results.add(
exec_manager.cli_run("cargo deny check --exclude-dev -W vulnerability", name="Supply Chain Issues Check")
exec_manager.cli_run("cargo deny check --exclude-dev -W vulnerability -W unmaintained", name="Supply Chain Issues Check")
)

results.print()
Expand Down

0 comments on commit c70d9d4

Please sign in to comment.