-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmise.toml
More file actions
48 lines (39 loc) · 1.08 KB
/
mise.toml
File metadata and controls
48 lines (39 loc) · 1.08 KB
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
# mise.toml - Development tool configuration
#
# This file configures mise (https://mise.jdx.dev/) to provide consistent tool
# versions for both local development and CI.
#
# # Setup
#
# Run `mise install`. This installs the locked versions of all required tools.
#
# # Updating tool versions
#
# MISE_LOCKED=0 mise upgrade --bump
# MISE_LOCKED=0 mise lock --platform linux-x64,macos-arm64,linux-arm64
#
# When those complete, run:
# uv run ci/check_mise_checksums.py
# mise install
# ci/validate
#
[settings]
# Require the use of a lockfile.
locked = true
# Lockfile support is experimental. Enable it.
experimental = true
[tools]
# GitHub Actions workflow linter
actionlint = "1.7.3"
# Code pattern matching for custom lints
"aqua:ast-grep/ast-grep" = "0.39.5"
# Fast test runner
"aqua:nextest-rs/nextest/cargo-nextest" = "0.9.72"
# License and security auditing
"aqua:EmbarkStudios/cargo-deny" = "0.19.0"
# Unused dependency detection
"github:bnjbvr/cargo-machete" = "0.9.1"
# Protocol buffer linter and breaking change detector
buf = "1.50.0"
# Protocol buffer compiler
protoc = "33.2"