Created
August 3, 2024 20:12
-
-
Save sullemanhossam/0155e3b771cf0696ce924a83ba494a67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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