Skip to content

cargo-deny doesn't igore unpublished crate generator as expected #13

Open
@davidB

Description

@davidB
# The unpublished packages (generator) would be ignored now
# FIXME the generator is excluded explicitly (see Makefile), I don't know why this is not working
[licenses.private]
ignore = true

Current workaround: generator is explicitly excluded in Makefile's call

lint_cargo_deny:
	cargo deny --workspace --all-features \
		--exclude-dev \
		--exclude generator \
		check licenses advisories \
		--config=tools/cargo-deny/deny.toml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions