ytdl-web/.trunk/trunk.yaml

29 lines
476 B
YAML
Raw Normal View History

2023-04-14 12:01:06 -04:00
version: 0.1
cli:
version: 1.7.0
plugins:
sources:
- id: trunk
ref: v0.0.15
uri: https://github.com/trunk-io/plugins
lint:
enabled:
- git-diff-check
- gitleaks@8.16.2
- gofmt@1.19.3
- golangci-lint@1.52.2
- hadolint@2.12.0
- prettier@2.8.7
- taplo@0.7.0
- yamllint@1.30.0
2023-04-14 23:37:52 -04:00
ignore:
- linters:
- yamllint
paths:
- charts
2023-04-14 12:01:06 -04:00
runtimes:
enabled:
- go@1.19.5
- node@18.12.1
- python@3.10.8