Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.1

# version used for local trunk runs and testing
cli:
version: 1.22.15
version: 1.25.1-beta.9
shell_hooks:
enforce: true

Expand All @@ -17,10 +17,11 @@ plugins:

- id: configs
uri: https://github.com/trunk-io/configs
ref: v1.0.12
ref: v1.1.2

runtimes:
enabled:
- [email protected]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an unexpected change?

- [email protected]
- [email protected]

Expand All @@ -47,9 +48,9 @@ lint:
enabled:
# enabled linters inherited from github.com/trunk-io/configs plugin
- [email protected]
- pmd@pmd_releases/7.12.0
- pmd@pmd_releases/7.18.0
- definition-checker
- eslint@9.27.0
- eslint@9.39.1
- [email protected]
disabled:
- pylint # pylint diagnostics are too strict
Expand Down Expand Up @@ -114,8 +115,8 @@ actions:
- tool-test-helper
tools:
enabled:
- clangd-indexing-tools@19.1.2
- clangd@19.1.2
- clangd-indexing-tools@21.1.0
- clangd@21.1.0

runtimes:
# expose shims in .trunk/tools
Expand Down
Loading