dikderoy/tagrelease

View on GitHub
tagrelease/config.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function DefineConfig should have comment or be unexported
Open

func DefineConfig() {
Severity: Minor
Found in tagrelease/config.go by golint

exported var GlobalConfig should have comment or be unexported
Open

var GlobalConfig Config
Severity: Minor
Found in tagrelease/config.go by golint

exported function InitLogger should have comment or be unexported
Open

func InitLogger() {
Severity: Minor
Found in tagrelease/config.go by golint

exported function LoadConfig should have comment or be unexported
Open

func LoadConfig() {
Severity: Minor
Found in tagrelease/config.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

There are no issues that match your filters.

Category
Status