Skip to content

fix: deterministic index ordering when migrating #1516

fix: deterministic index ordering when migrating

fix: deterministic index ordering when migrating #1516

Triggered via pull request October 9, 2024 16:48
Status Success
Total duration 42s
Artifacts

reviewdog.yml

on: pull_request
runner / golangci-lint
34s
runner / golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

1 error
runner / golangci-lint: schema/index.go#L30
[golangci] reported by reviewdog 🐶 calculated cyclomatic complexity for function ParseIndexes is 15, max is 10 (cyclop) Raw Output: schema/index.go:30:1: calculated cyclomatic complexity for function ParseIndexes is 15, max is 10 (cyclop) func (schema *Schema) ParseIndexes() []*Index { ^