mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
build: Use workspace global lints
In relatively recent rust there's a nice way to globally configure clippy lints for the whole workspace. We can kill the `custom-lints` target because relatively recently clippy has a lint for `todo!` and `dbg!` itself. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -41,8 +41,6 @@ jobs:
|
||||
run: cd lib && cargo check --no-default-features
|
||||
- name: Individual checks
|
||||
run: (cd cli && cargo check) && (cd lib && cargo check)
|
||||
- name: Lints
|
||||
run: cargo xtask custom-lints
|
||||
- name: Run tests
|
||||
run: cargo test -- --nocapture --quiet
|
||||
- name: Manpage generation
|
||||
|
||||
Reference in New Issue
Block a user