diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0a65efb..2215ce38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --workspace --tests --all-features -- -D warnings + args: --workspace --exclude raft-engine --tests --all-features -- -D warnings - name: Check format uses: actions-rs/cargo@v1 with: diff --git a/tools/ci/licenserc.yml b/tools/ci/licenserc.yml index f6b3f4bc..aac2ef1f 100644 --- a/tools/ci/licenserc.yml +++ b/tools/ci/licenserc.yml @@ -22,3 +22,4 @@ header: - '**/*.proto' paths-ignore: - 'src/server/proto/include/*.proto' + - 'third/'