ifad/clammit

View on GitHub

Showing 61 of 61 total issues

comment on exported method Engine.SetLogger should be of the form "SetLogger ..."
Open

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

package comment should not have leading space
Open

/*
Severity: Minor
Found in web/clambomb.go by golint

var requestUrl should be requestURL
Open

var requestUrl string
Severity: Minor
Found in web/clambomb.go by golint

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

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

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

/*
Severity: Minor
Found in scanner/clamav.go by golint

exported type MultiReader should have comment or be unexported
Open

type MultiReader struct {
Severity: Minor
Found in multireader/multireader.go by golint

comment on exported method Engine.SetAddress should be of the form "SetAddress ..."
Open

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

package comment should be of the form "Package scratch ..."
Open

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

package comment should not have leading space
Open

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

comment on exported function NewScratchArea should be of the form "NewScratchArea ..."
Open

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

const applicationUrlHeader should be applicationURLHeader
Open

const applicationUrlHeader string = "X-Clammit-Backend"
Severity: Minor
Found in forwarder/forwarder.go by golint

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

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

comment on exported method Forwarder.HandleRequest should be of the form "HandleRequest ..."
Open

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

exported method Clamav.Version should have comment or be unexported
Open

func (c *Clamav) Version() (string, error) {
Severity: Minor
Found in scanner/clamav.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

exported method MultiReader.GetReadCloser should have comment or be unexported
Open

func (m *MultiReader) GetReadCloser() (io.ReadCloser, error) {
Severity: Minor
Found in multireader/multireader.go by golint

exported method MultiReader.Close should have comment or be unexported
Open

func (m *MultiReader) Close() error {
Severity: Minor
Found in multireader/multireader.go by golint

exported method Clamav.SetAddress should have comment or be unexported
Open

func (c *Clamav) SetAddress(url string) {
Severity: Minor
Found in scanner/clamav.go by golint

type name will be used as scratch.ScratchArea by other packages, and that stutters; consider calling this Area
Open

type ScratchArea struct {
Severity: Minor
Found in scratch/scratch.go by golint

comment on exported function NewBodyHolder should be of the form "NewBodyHolder ..."
Open

/*
Severity: Minor
Found in forwarder/body.go by golint
Severity
Category
Status
Source
Language