File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.vscode
22/magento /
33/magento-temp /
4+
5+ # Trunk - exclude everything except configuration
6+ /.trunk /*
7+ ! /.trunk /trunk.yaml
8+ ! /.trunk /.gitignore
9+ ! /.trunk /configs /
Original file line number Diff line number Diff line change 1+ * out
2+ * logs
3+ * actions
4+ * notifications
5+ * tools
6+ plugins
7+ user_trunk.yaml
8+ user.yaml
9+ tmp
Original file line number Diff line number Diff line change 1+ skip-check :
2+ - CKV_DOCKER_7
Original file line number Diff line number Diff line change 1+ # Following source doesn't work in most setups
2+ ignored :
3+ - SC1090
4+ - SC1091
5+ - DL3007
Original file line number Diff line number Diff line change 1+ # Prettier friendly markdownlint config (all formatting rules disabled)
2+ extends : markdownlint/style/prettier
Original file line number Diff line number Diff line change 1+ enable =all
2+ source-path =SCRIPTDIR
3+ disable =SC2154
4+
5+ # If you're having issues with shellcheck following source, disable the errors via:
6+ # disable=SC1090
7+ # disable=SC1091
Original file line number Diff line number Diff line change 1+ rules :
2+ quoted-strings :
3+ required : only-when-needed
4+ extra-allowed : ["{|}"]
5+ key-duplicates : {}
6+ octal-values :
7+ forbid-implicit-octal : true
Original file line number Diff line number Diff line change 1+ # This file controls the behavior of Trunk: https://docs.trunk.io/cli
2+ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
3+ version : 0.1
4+ cli :
5+ version : 1.25.0
6+ # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
7+ plugins :
8+ sources :
9+ - id : trunk
10+ ref : v1.7.4
11+ uri : https://github.com/trunk-io/plugins
12+ # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
13+ runtimes :
14+ enabled :
15+ - go@1.21.0
16+ - node@22.16.0
17+ - python@3.10.8
18+ # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
19+ lint :
20+ enabled :
21+ - actionlint@1.7.10
22+ - git-diff-check
23+ - hadolint@2.14.0
24+ - markdownlint@0.47.0
25+ - oxipng@10.0.0
26+ - prettier@3.7.4
27+ - shellcheck@0.11.0
28+ - shfmt@3.6.0
29+ - trufflehog@3.92.4
30+ - yamllint@1.37.1
31+ actions :
32+ disabled :
33+ - trunk-announce
34+ - trunk-check-pre-push
35+ - trunk-fmt-pre-commit
36+ enabled :
37+ - trunk-upgrade-available
You can’t perform that action at this time.
0 commit comments