| 1234567891011121314151617181920212223 |
- # This file controls the behavior of Trunk: https://docs.trunk.io/cli
- # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
- version: 0.1
- cli:
- version: 1.25.0
- # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
- runtimes:
- enabled:
- - go@1.19.5
- - node@18.12.1
- - python@3.10.8
- # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
- lint:
- enabled:
- - git-diff-check
- - markdownlint@0.49.1
- - prettier@3.9.6
- - shellcheck@0.8.0
- - shfmt@3.6.0
- - yamllint@1.38.0
- actions:
- enabled:
- - trunk-upgrade-available
|