Skip to content

Commit

Permalink
Add rust system_version config
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Aug 30, 2024
1 parent 365b9ce commit e31c31f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ runtimes:
enabled:
- [email protected]
- [email protected]
definitions:
- type: rust
system_version: allowed
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
definitions:
Expand All @@ -27,11 +30,11 @@ lint:
- [email protected]
- [email protected]
- clippy@SYSTEM
- rustfmt@SYSTEM
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- rustfmt@SYSTEM
- [email protected]
- [email protected]
- [email protected]
Expand Down

0 comments on commit e31c31f

Please sign in to comment.