mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
ci(clippy): deny default warnings
but keep `style` as `warn`
This commit is contained in:
parent
38554ca2d7
commit
5c5499bc6b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
lint: fmt
|
||||
include:
|
||||
- lint: clippy
|
||||
args: " --all-features"
|
||||
args: " --all-features -- -D clippy::all -W clippy::style"
|
||||
- lint: test
|
||||
args: ""
|
||||
- lint: fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue