Skip to content

Commit

Permalink
Enable pedantic warnings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Feb 23, 2025
1 parent 9b3da88 commit 60711fc
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 @@ -40,6 +40,6 @@ jobs:
- name: Check formatting
run: cargo fmt -- --check --config group_imports=StdExternalCrate
- name: Clippy
run: cargo clippy -- -D warnings -W clippy::pedantic
run: cargo clippy -- -D warnings
- name: markdownlint
uses: articulate/actions-markdownlint@v1
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ ndarray-rand = "0.15.0"
[[bench]]
name = "ball_tree"
harness = false

[lints.clippy]
pedantic = "warn"

0 comments on commit 60711fc

Please sign in to comment.