Skip to content

Commit

Permalink
Run clippy with default feature (only client, no server)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Sep 10, 2024
1 parent bc0d671 commit fc69ef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ repos:
hooks:
- id: fmt
args: [--all, --]
- id: clippy
# With default features
name: clippy
args: [--locked, --workspace, --all-targets, --, -D, warnings]
- id: clippy
name: clippy --all-features
args:
Expand Down

0 comments on commit fc69ef0

Please sign in to comment.