Skip to content

Commit

Permalink
Add --all-features --all-targets config to clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Aug 30, 2024
1 parent 7c849ad commit 365b9ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ runtimes:
- [email protected]
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
definitions:
- name: clippy
commands:
- name: lint
run:
cargo clippy --message-format json --locked --all-targets
--all-features -- --cap-lints=warn --no-deps
enabled:
- [email protected]
- [email protected]
Expand Down

0 comments on commit 365b9ce

Please sign in to comment.