-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prototools
More file actions
13 lines (12 loc) · 779 Bytes
/
.prototools
File metadata and controls
13 lines (12 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
actionlint = "1.7.11"
dprint = "0.53.0"
gitleaks = "8.28.0"
shellcheck = "0.11.0"
watchexec = "2.5.0"
[plugins.tools]
actionlint = "https://raw.githubusercontent.com/tomdavidson/proto/refs/heads/main/plugins/actionlint/plugin.toml"
dprint = "https://raw.githubusercontent.com/tomdavidson/proto/refs/heads/main/plugins/dprint/plugin.toml"
gitleaks = "https://raw.githubusercontent.com/tomdavidson/proto/refs/heads/main/plugins/gitleaks/plugin.toml"
shellcheck = "https://raw.githubusercontent.com/tomdavidson/proto/refs/heads/main/plugins/shellcheck/plugin.toml"
shfmt = "https://raw.githubusercontent.com/tomdavidson/proto/refs/heads/main/plugins/shfmt/plugin.toml"
watchexec = "https://raw.githubusercontent.com/tomdavidson/proto/refs/heads/main/plugins/watchexec/plugin.toml"