Showing 52 of 52 total issues
exported type TestCommand should have comment or be unexported Open
Open
type TestCommand struct {
- Exclude checks
exported method TestCommand.Pid should have comment or be unexported Open
Open
func (tc *TestCommand) Pid() int {
- Exclude checks
type name will be used as fake.FakeDomainConnection by other packages, and that stutters; consider calling this DomainConnection Open
Open
type FakeDomainConnection struct {
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// +build !linux
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// +build !linux
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// +build linux
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// +build !linux
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// +build linux
- Exclude checks
don't use ALL_CAPS in Go names; use CamelCase Open
Open
RTPROT_KERNEL = 0
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// +build linux
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// +build linux
- Exclude checks
type name will be used as fake.FakeStorageConnection by other packages, and that stutters; consider calling this StorageConnection Open
Open
type FakeStorageConnection struct {
- Exclude checks