Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/analysis/passes/plugindocs/plugindocs.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
// cliVersion pins the CLI so validation is reproducible across runs and can't be
// influenced by whatever version `latest` resolves to on a given day. Bump this
// deliberately when adopting new validation rules from the CLI.
cliVersion = "0.0.10"
cliVersion = "0.2.2"
cliRunCommand = "validate"
// runTimeout bounds the full `npx --yes ...` invocation, including package download on first run.
runTimeout = 120 * time.Second
Expand Down
Loading