Skip to content

Commit fbcc7c7

Browse files
committed
scripts: Pass clippy tests by allowing many arguments
Signed-off-by: Changho Choi <[email protected]>
1 parent 8cb70b8 commit fbcc7c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/clippy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ cargo clippy --lib -p islet_rmm -- \
1919
-A clippy::redundant_pattern_matching \
2020
-A clippy::type_complexity \
2121
-A clippy::upper-case-acronyms \
22+
-A clippy::too_many_arguments \
2223
--deny "warnings"

0 commit comments

Comments
 (0)