
* clippy * clippy on windows * clippy fixes on windows * clippy, fmt * fixed testcases for windows * fixing workspace.yml * testcase no longer fails without clang * fix github dependencies to specific revisions * fix qemu without python * cleanup HookResult
14 lines
484 B
PowerShell
14 lines
484 B
PowerShell
cargo clippy --all --all-features --tests -- `
|
|
-D clippy::pedantic `
|
|
-W clippy::similar_names `
|
|
-A clippy::type_repetition_in_bounds `
|
|
-A clippy::missing-errors-doc `
|
|
-A clippy::cast-possible-truncation `
|
|
-A clippy::used-underscore-binding `
|
|
-A clippy::ptr-as-ptr `
|
|
-A clippy::missing-panics-doc `
|
|
-A clippy::missing-docs-in-private-items `
|
|
-A clippy::unseparated-literal-suffix `
|
|
-A clippy::module-name-repetitions `
|
|
-A clippy::unreadable-literal
|