diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-04 18:18:43 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-04 18:18:43 +0100 |
| commit | 2d0bad03c6e6ddf193e73fe7e17f582706b1d69d (patch) | |
| tree | f70cd8246317a272cf1f2c32cd2f4aedb6e075a7 /.github/workflows | |
| parent | d081fab3bd95b306b432fce38c926db37f7d68b6 (diff) | |
| parent | d0ac040f21d28debd40573e814073e68e721bf1e (diff) | |
| download | mullvadvpn-2d0bad03c6e6ddf193e73fe7e17f582706b1d69d.tar.xz mullvadvpn-2d0bad03c6e6ddf193e73fe7e17f582706b1d69d.zip | |
Merge branch 'workspace-level-lints'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 31f97881ee..bd8d7fa796 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -64,7 +64,7 @@ jobs: RUSTFLAGS: --deny warnings run: | source env.sh - time cargo clippy --locked -- -W clippy::unused_async + time cargo clippy --locked clippy-check-android: name: Clippy linting, Android @@ -86,4 +86,4 @@ jobs: env: RUSTFLAGS: --deny warnings run: | - cargo clippy --locked --target x86_64-linux-android --package mullvad-jni -- -W clippy::unused_async + cargo clippy --locked --target x86_64-linux-android --package mullvad-jni |
