Showing 61 of 61 total issues
comment on exported method Engine.SetLogger should be of the form "SetLogger ..." Open
Open
/*
- Exclude checks
package comment should not have leading space Open
Open
/*
- Exclude checks
var requestUrl should be requestURL Open
Open
var requestUrl string
- Exclude checks
comment on exported type Interceptor should be of the form "Interceptor ..." (with optional leading article) Open
Open
/*
- Exclude checks
comment on exported type Clamav should be of the form "Clamav ..." (with optional leading article) Open
Open
/*
- Exclude checks
exported type MultiReader should have comment or be unexported Open
Open
type MultiReader struct {
- Exclude checks
comment on exported method Engine.SetAddress should be of the form "SetAddress ..." Open
Open
/*
- Exclude checks
package comment should be of the form "Package scratch ..." Open
Open
/*
- Exclude checks
package comment should not have leading space Open
Open
/*
- Exclude checks
comment on exported function NewScratchArea should be of the form "NewScratchArea ..." Open
Open
/*
- Exclude checks
const applicationUrlHeader should be applicationURLHeader Open
Open
const applicationUrlHeader string = "X-Clammit-Backend"
- Exclude checks
comment on exported type Forwarder should be of the form "Forwarder ..." (with optional leading article) Open
Open
/*
- Exclude checks
comment on exported method Forwarder.HandleRequest should be of the form "HandleRequest ..." Open
Open
/*
- Exclude checks
exported method Clamav.Version should have comment or be unexported Open
Open
func (c *Clamav) Version() (string, error) {
- Exclude checks
comment on exported type Config should be of the form "Config ..." (with optional leading article) Open
Open
// Configuration structure, designed for gcfg
- Exclude checks
exported method MultiReader.GetReadCloser should have comment or be unexported Open
Open
func (m *MultiReader) GetReadCloser() (io.ReadCloser, error) {
- Exclude checks
exported method MultiReader.Close should have comment or be unexported Open
Open
func (m *MultiReader) Close() error {
- Exclude checks
exported method Clamav.SetAddress should have comment or be unexported Open
Open
func (c *Clamav) SetAddress(url string) {
- Exclude checks
type name will be used as scratch.ScratchArea by other packages, and that stutters; consider calling this Area Open
Open
type ScratchArea struct {
- Exclude checks
comment on exported function NewBodyHolder should be of the form "NewBodyHolder ..." Open
Open
/*
- Exclude checks