Skip to content

Activate clippy for test target #466

@vobst

Description

@vobst

Currently, our automated code style checking, i.e., make codestyle-check, does not include the test target. This means that there are a lot of warnings if you run cargo clippy --tests -- -D clippy:all.

Fix them and change cargo clippy -- -D clippy::all -D missing_docs to cargo clippy --all-targets -- -D clippy::all -D missing_docs in the Makefile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions