Merge pull request #1 from benzine-framework/trunk-io/update-trunk
Upgrade trunk
This commit is contained in:
commit
a740a24a10
2 changed files with 11 additions and 1 deletions
9
.trunk/.gitignore
vendored
Normal file
9
.trunk/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
*out
|
||||||
|
*logs
|
||||||
|
*actions
|
||||||
|
*notifications
|
||||||
|
*tools
|
||||||
|
plugins
|
||||||
|
user_trunk.yaml
|
||||||
|
user.yaml
|
||||||
|
tmp
|
||||||
|
|
@ -12,6 +12,7 @@ plugins:
|
||||||
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
||||||
runtimes:
|
runtimes:
|
||||||
enabled:
|
enabled:
|
||||||
|
- php@>=8.0.0
|
||||||
- go@1.21.0
|
- go@1.21.0
|
||||||
- node@18.12.1
|
- node@18.12.1
|
||||||
- python@3.10.8
|
- python@3.10.8
|
||||||
|
|
@ -26,7 +27,7 @@ lint:
|
||||||
- markdownlint@0.40.0
|
- markdownlint@0.40.0
|
||||||
- taplo@0.8.1
|
- taplo@0.8.1
|
||||||
- actionlint@1.7.0
|
- actionlint@1.7.0
|
||||||
- checkov@3.2.92
|
- checkov@3.2.94
|
||||||
- git-diff-check
|
- git-diff-check
|
||||||
- prettier@3.2.5
|
- prettier@3.2.5
|
||||||
- yamllint@1.35.1
|
- yamllint@1.35.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue