ifad/clammit

View on GitHub
main.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var EICAR should have comment or be unexported
Open

var EICAR = []byte(`X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*`)
Severity: Minor
Found in main.go by golint

comment on exported var DefaultApplicationConfig should be of the form "DefaultApplicationConfig ..."
Open

// Default configuration
Severity: Minor
Found in main.go by golint

exported type ApplicationConfig should have comment or be unexported
Open

type ApplicationConfig struct {
Severity: Minor
Found in main.go by golint

comment on exported type Ctx should be of the form "Ctx ..." (with optional leading article)
Open

// Application context
Severity: Minor
Found in main.go by golint

package comment should not have leading space
Open

/*
Severity: Minor
Found in main.go by golint

comment on exported type Config should be of the form "Config ..." (with optional leading article)
Open

// Configuration structure, designed for gcfg
Severity: Minor
Found in main.go by golint

comment on exported type Info should be of the form "Info ..." (with optional leading article)
Open

// JSON server information response
Severity: Minor
Found in main.go by golint

There are no issues that match your filters.

Category
Status