ifad/clammit

View on GitHub
scanner/scanner.go

Summary

Maintainability
A
0 mins
Test Coverage

don't use ALL_CAPS in Go names; use CamelCase
Open

    RES_CLEAN = "CLEAN"
Severity: Minor
Found in scanner/scanner.go by golint

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

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

don't use ALL_CAPS in Go names; use CamelCase
Open

    RES_FOUND = "FOUND"
Severity: Minor
Found in scanner/scanner.go by golint

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

/*
Severity: Minor
Found in scanner/scanner.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

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

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

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

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

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

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

don't use ALL_CAPS in Go names; use CamelCase
Open

    RES_ERROR = "ERROR"
Severity: Minor
Found in scanner/scanner.go by golint

There are no issues that match your filters.

Category
Status