Skip to content

Commit

Permalink
Merge branch 'main' into replace-search
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Nov 16, 2023
2 parents 4211048 + 61640b9 commit f976863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
components: clippy

- name: disable clippy for sqlparser-rs
run: sed -i '1s/^/#![allow(clippy::all)]\n/' nexus/sqlparser-rs/src/lib.rs

- name: clippy
run: cargo clippy -- -D warnings
working-directory: ./nexus

0 comments on commit f976863

Please sign in to comment.