We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa893e commit 5d1eb27Copy full SHA for 5d1eb27
clippy.sh
@@ -3,16 +3,12 @@
3
cargo clean -p libafl
4
RUST_BACKTRACE=full cargo clippy --all --all-features --tests -- \
5
-D clippy::pedantic \
6
- -W clippy::cast_sign_loss \
7
-W clippy::similar-names \
8
- -W clippy::cast_ptr_alignment \
9
- -W clippy::cast_possible_wrap \
10
-W clippy::unused_self \
11
-W clippy::too_many_lines \
12
-W clippy::option_if_let_else \
13
-W clippy::must-use-candidate \
14
-W clippy::if-not-else \
15
- -W clippy::doc-markdown \
16
-A clippy::type_repetition_in_bounds \
17
-A clippy::missing-errors-doc \
18
-A clippy::cast-possible-truncation \
0 commit comments