Kerrigan29a/recipe

View on GitHub
taskstate_json.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method TaskState.MarshalJSON should have comment or be unexported
Open

func (s TaskState) MarshalJSON() ([]byte, error) {
Severity: Minor
Found in taskstate_json.go by golint

exported method TaskState.UnmarshalJSON should have comment or be unexported
Open

func (s *TaskState) UnmarshalJSON(b []byte) error {
Severity: Minor
Found in taskstate_json.go by golint

There are no issues that match your filters.

Category
Status