Skip to content

Instantly share code, notes, and snippets.

@sullemanhossam
Created August 3, 2024 20:12
Show Gist options
  • Save sullemanhossam/7c01092215f0341e5d469dbc879f9fca to your computer and use it in GitHub Desktop.
Save sullemanhossam/7c01092215f0341e5d469dbc879f9fca to your computer and use it in GitHub Desktop.
# 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.22.2
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.1
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]
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment