pstuifzand/ekster

View on GitHub
pkg/util/algorithm.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function Rotate should have comment or be unexported
Open

func Rotate(a interface{}, f, k, l int) int {
Severity: Minor
Found in pkg/util/algorithm.go by golint

should replace t += 1 with t++
Open

            t += 1
Severity: Minor
Found in pkg/util/algorithm.go by golint

exported function StablePartition should have comment or be unexported
Open

func StablePartition(a interface{}, f, l int, p func(i int) bool) int {
Severity: Minor
Found in pkg/util/algorithm.go by golint

There are no issues that match your filters.

Category
Status