Skip to content

Commit

Permalink
Fix clippy in trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Oct 2, 2023
1 parent aa7e61f commit f4d0e19
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ cli:
plugins:
sources:
- id: trunk
ref: v1.2.4
ref: v1.2.5
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
- node@18.12.1
- python@3.10.8
lint:
definitions:
# Needed to update clippy default definition to avoid errors in submodules
- name: clippy
environment:
- name: PATH
list:
- ${env.PATH}
enabled:
- actionlint@1.6.26
- checkov@2.4.9
Expand All @@ -30,6 +37,6 @@ actions:
disabled:
- trunk-announce
- trunk-fmt-pre-commit
enabled:
- trunk-check-pre-push
enabled:
- trunk-upgrade-available

0 comments on commit f4d0e19

Please sign in to comment.