Skip to content

Commit

Permalink
ci: add clippy::pedantic linter to proof-of-sql-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Oct 3, 2024
1 parent 03d88c8 commit 495e619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
run: export DEBIAN_FRONTEND=non-interactive && sudo apt-get update && sudo apt-get install -y clang lld
- name: Run clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Run clippy::pedantic for proof-of-sql-parser
run: cargo clippy --lib -p proof-of-sql-parser -- -D clippy::pedantic

# Run cargo fmt --all -- --config imports_granularity=Crate,group_imports=One --check
format:
Expand Down

0 comments on commit 495e619

Please sign in to comment.