Skip to content

Commit ae38425

Browse files
VictorLuxclaude
andcommitted
ci: add --no-deps to clippy to skip vendored zcash_primitives lints
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c1a1500 commit ae38425

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 -p zipherx-gui -p zipherx-cli -- -D warnings
4141

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

0 commit comments

Comments
 (0)