Skip to content

Commit 893b052

Browse files
VictorLuxclaude
andcommitted
ci: Add --no-deps to clippy to skip vendored library lints
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fe72417 commit 893b052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: cargo fmt --all -- --check
3838

3939
- name: cargo clippy
40-
run: cargo clippy -p zipherx-core -p zipherx-crypto -p zipherx-network -p zipherx-storage -p zipherx-ffi -p zipherx-tor -p zipherx-platform -- -D warnings
40+
run: cargo clippy --no-deps -p zipherx-core -p zipherx-crypto -p zipherx-network -p zipherx-storage -p zipherx-ffi -p zipherx-tor -p zipherx-platform -- -D warnings
4141

4242
- name: Verify Cargo.lock is up-to-date
4343
run: cargo check --locked

0 commit comments

Comments
 (0)