-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathplugin.yaml
113 lines (108 loc) · 2.81 KB
/
plugin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
version: 0.1
required_trunk_version: ">=1.7.1-beta.9"
# Applicable linters and actions will run with these runtime versions
runtimes:
enabled:
lint:
# By sourcing this plugin, repos will enable these linters
enabled:
- git-diff-check
- pragma-once
packages:
# Disabled until filesystem scanner initialize error resolved.
# Sourcing repos will have these configs available to applicable linters
exported_configs:
- configs:
- configs/.flake8
- configs/.hadolint.yaml
- configs/.isort.cfg
- configs/.markdownlint.yaml
- configs/.prettierrc.yaml
- configs/.pylintrc
- configs/.remarkrc.yaml
- configs/ruff.toml
- configs/rustfmt.toml
- configs/.shellcheckrc
- configs/.sqlfluff
- configs/.stylelintrc.js
- configs/svgo.config.mjs
- configs/.yamllint.yaml
# By sourcing this plugin, repos will enable these actions
actions:
enabled:
- trunk-announce
- trunk-cache-prune
- trunk-upgrade-available
- trunk-check-pre-push
- trunk-fmt-pre-commit
downloads:
- name: trunk-analytics-cli
downloads:
- os:
linux: unknown-linux
macos: apple-darwin
cpu:
x86_64: x86_64
arm_64: aarch64
url: https://github.com/trunk-io/analytics-cli/releases/download/${version}/trunk-analytics-cli-${cpu}-${os}.tar.gz
tools:
definitions:
- name: trunk-analytics-cli
download: trunk-analytics-cli
known_good_version: 0.5.32
shims: [trunk-analytics-cli]
health_checks:
- command: trunk-analytics-cli --version
parse_regex: trunk-analytics-cli ${semver}
enabled: