dikderoy/tagrelease

View on GitHub

Showing 25 of 25 total issues

exported var FormatList should have comment or be unexported
Open

var FormatList = []string{
Severity: Minor
Found in tagrelease/format.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

exported type Config should have comment or be unexported
Open

type Config struct {
Severity: Minor
Found in tagrelease/config.go by golint

exported type Formatter should have comment or be unexported
Open

type Formatter struct {
Severity: Minor
Found in tagrelease/format.go by golint

exported method Formatter.Patch should have comment or be unexported
Open

func (f *Formatter) Patch() string {
Severity: Minor
Found in tagrelease/format.go by golint
Severity
Category
Status
Source
Language