Skip to content

Commit

Permalink
mirror clippy allow to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Aug 8, 2023
1 parent 38abef3 commit b965647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -599,7 +599,7 @@ jobs:

- name: Run cargo clippy
run: |
RUSTFLAGS="-D warnings -A deprecated" cargo groups clippy turbopack --features rustls-tls
RUSTFLAGS="-D warnings -A deprecated -Aclippy::too_many_arguments" cargo groups clippy turbopack --features rustls-tls
- name: Run ast-grep lints
run: |
Expand Down

0 comments on commit b965647

Please sign in to comment.