dikderoy/tagrelease

View on GitHub
tagrelease/strategy.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var StrategyList should have comment or be unexported
Open

var StrategyList = []string{
Severity: Minor
Found in tagrelease/strategy.go by golint

exported const StrategyMajor should have comment (or a comment on this block) or be unexported
Open

    StrategyMajor    = "major"
Severity: Minor
Found in tagrelease/strategy.go by golint

exported type Strategy should have comment or be unexported
Open

type Strategy func(version *Version)
Severity: Minor
Found in tagrelease/strategy.go by golint

There are no issues that match your filters.

Category
Status