bat/.github
Martin Nordholts 28f3f3c9c9 Add Clippy linter step to CICD
Run the linter on the minimum supported rust version; otherwise we will
get lint warnings for things that require a too high Rust toolchain
version to fix.

Allow the following checks, since we already violate them our code:
- clippy::new-without-default
- clippy::match-bool
- clippy::if_same_then_else

Eventually we should fix these lint issues and then disallow them to
prevent them from coming back in other places.

The clippy args used is recommended here:
https://github.com/rust-lang/rust-clippy#travis-ci
2020-12-28 14:22:56 +01:00
..
ISSUE_TEMPLATE Update bug_report.md 2020-11-06 21:45:25 +01:00
workflows Add Clippy linter step to CICD 2020-12-28 14:22:56 +01:00
.codecov.yml Disable code-coverage comments 2020-08-02 21:51:23 +02:00