mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-29 07:03:47 +00:00
47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
# 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.19.0
|
|
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
|
|
plugins:
|
|
sources:
|
|
- id: trunk
|
|
ref: v1.4.2
|
|
uri: https://github.com/trunk-io/plugins
|
|
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
|
runtimes:
|
|
enabled:
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
|
lint:
|
|
enabled:
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- git-diff-check
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
- [email protected]
|
|
actions:
|
|
disabled:
|
|
- trunk-announce
|
|
- trunk-check-pre-push
|
|
- trunk-fmt-pre-commit
|
|
enabled:
|
|
- trunk-upgrade-available
|