Skip to content

Commit 61640b9

Browse files
authored
Disable CI linting sqlparser-rs (#671)
sqlparser-rs linting belongs at the source: https://github.com/PeerDB-io/sqlparser-rs That way new clippy rules flagging old code in sqlparser-rs don't cause lint fails for this repo
1 parent d0b4f20 commit 61640b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
components: clippy
2727

28+
- name: disable clippy for sqlparser-rs
29+
run: sed -i '1s/^/#![allow(clippy::all)]\n/' nexus/sqlparser-rs/src/lib.rs
30+
2831
- name: clippy
2932
run: cargo clippy -- -D warnings
3033
working-directory: ./nexus

0 commit comments

Comments
 (0)