dikderoy/tagrelease

View on GitHub
tagrelease/format.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (f *Formatter) ReleaseKind() string {
Severity: Minor
Found in tagrelease/format.go by golint

exported function FormatFactory should have comment or be unexported
Open

func FormatFactory(fe *Formatter, format string) func() string {
Severity: Minor
Found in tagrelease/format.go by golint

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

func (f *Formatter) Diff() string {
Severity: Minor
Found in tagrelease/format.go by golint

exported function NewFormatter should have comment or be unexported
Open

func NewFormatter(converter *Converter) *Formatter {
Severity: Minor
Found in tagrelease/format.go by golint

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

func (f *Formatter) Revision() string {
Severity: Minor
Found in tagrelease/format.go by golint

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

    FormatRelease  = "release"
Severity: Minor
Found in tagrelease/format.go by golint

exported function EscapeSensitiveChars should have comment or be unexported
Open

func EscapeSensitiveChars(out string, escChar string) string {
Severity: Minor
Found in tagrelease/format.go by golint

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

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

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

func (f *Formatter) Major() string {
Severity: Minor
Found in tagrelease/format.go by golint

exported function FormatTemplate should have comment or be unexported
Open

func FormatTemplate(fe *Formatter, tplSource string) string {
Severity: Minor
Found in tagrelease/format.go by golint

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

func (f *Formatter) RevisionShort() string {
Severity: Minor
Found in tagrelease/format.go by golint

exported var FormatList should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status