Skip to content
Merged
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
10 changes: 5 additions & 5 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.8-beta.6
version: 1.22.10-beta.7
shell_hooks:
enforce: true

Expand All @@ -17,7 +17,7 @@ plugins:

- id: configs
uri: https://github.com/trunk-io/configs
ref: v1.0.9
ref: v1.0.10

lint:
files:
Expand All @@ -42,7 +42,7 @@ lint:
enabled:
# enabled linters inherited from github.com/trunk-io/configs plugin
- definition-checker
- eslint@9.16.0
- eslint@9.19.0
- trunk-toolbox@0.5.4
disabled:
- pylint # pylint diagnostics are too strict
Expand Down Expand Up @@ -107,8 +107,8 @@ actions:
- tool-test-helper
tools:
enabled:
- clangd-indexing-tools@18.1.3
- clangd@18.1.3
- clangd-indexing-tools@19.1.2
- clangd@19.1.2
runtimes:
# expose shims in .trunk/tools
- node
Loading