elliotchance/gedcom

View on GitHub
simple_warning.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method SimpleWarning.SetContext should have comment or be unexported
Open

func (w *SimpleWarning) SetContext(context WarningContext) {
Severity: Minor
Found in simple_warning.go by golint

exported type SimpleWarning should have comment or be unexported
Open

type SimpleWarning struct {
Severity: Minor
Found in simple_warning.go by golint

exported method SimpleWarning.Context should have comment or be unexported
Open

func (w *SimpleWarning) Context() WarningContext {
Severity: Minor
Found in simple_warning.go by golint

There are no issues that match your filters.

Category
Status