Skip to content

Commit

Permalink
Enable pendantic clippy warnings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Dec 10, 2024
1 parent 80f7e2e commit a3245bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check formatting
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy -- -D warnings -W clippy::pedantic
run: cargo clippy -- -D warnings
- name: markdownlint
uses: articulate/actions-markdownlint@v1

Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ thiserror = "1"
[dev-dependencies]
ahash = "0.8"
serde_test = "1.0"

[lints.clippy]
pedantic = "warn"

0 comments on commit a3245bc

Please sign in to comment.