jelder/bownse

View on GitHub
slack.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function SlackRequest should have comment or be unexported
Open

func SlackRequest(state *HerokuAppState) *http.Request {
Severity: Minor
Found in slack.go by golint

struct field ImageUrl should be ImageURL
Open

    ImageUrl   string       `json:"image_url,omitempty"`
Severity: Minor
Found in slack.go by golint

should not use dot imports
Open

    . "github.com/jelder/goenvmap"
Severity: Minor
Found in slack.go by golint

exported function SlackIsConfigured should have comment or be unexported
Open

func SlackIsConfigured() bool {
Severity: Minor
Found in slack.go by golint

struct field IconUrl should be IconURL
Open

    IconUrl     string            `json:"icon_url,omitempty"`
Severity: Minor
Found in slack.go by golint

There are no issues that match your filters.

Category
Status