mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-31 00:00:07 +02:00
v0.2.x: disable clippy check (#2961)
This commit is contained in:
+16
-14
@@ -25,7 +25,7 @@ jobs:
|
||||
- features
|
||||
- minrust
|
||||
- fmt
|
||||
- clippy
|
||||
# - clippy
|
||||
- docs
|
||||
- loom
|
||||
steps:
|
||||
@@ -190,19 +190,21 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
clippy:
|
||||
name: clippy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Rust
|
||||
run: rustup update stable
|
||||
- name: Install clippy
|
||||
run: rustup component add clippy
|
||||
|
||||
# Run clippy
|
||||
- name: "clippy --all"
|
||||
run: cargo clippy --all --tests
|
||||
# This branch no longer actively developed. Most commits to this
|
||||
# branch are backporting and should not be blocked by clippy.
|
||||
# clippy:
|
||||
# name: clippy
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Install Rust
|
||||
# run: rustup update stable
|
||||
# - name: Install clippy
|
||||
# run: rustup component add clippy
|
||||
#
|
||||
# # Run clippy
|
||||
# - name: "clippy --all"
|
||||
# run: cargo clippy --all --tests
|
||||
|
||||
docs:
|
||||
name: docs
|
||||
|
||||
Reference in New Issue
Block a user