Showing 52 of 52 total issues
type name will be used as fake.FakeStorageVolume by other packages, and that stutters; consider calling this StorageVolume Open
Open
type FakeStorageVolume 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
type name will be used as fake.FakeFileSystem by other packages, and that stutters; consider calling this FileSystem Open
Open
type FakeFileSystem struct {
- Exclude checks
exported function EncodePEMCert should have comment or be unexported Open
Open
func EncodePEMCert(cert *x509.Certificate) string {
- Exclude checks
2: cannot find package "github.com/Mirantis/virtlet/pkg/flexvolume" in any of: Open
Open
"github.com/Mirantis/virtlet/pkg/flexvolume"
- 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
/*
- Exclude checks
don't use ALL_CAPS in Go names; use CamelCase Open
Open
SCOPE_UNIVERSE = netlink.SCOPE_UNIVERSE
- Exclude checks
exported function EncodePEMKey should have comment or be unexported Open
Open
func EncodePEMKey(key *rsa.PrivateKey) string {
- Exclude checks
struct field domainsByUuid should be domainsByUUID Open
Open
domainsByUuid map[string]*FakeDomain
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// +build !ignore_autogenerated
- Exclude checks
don't use ALL_CAPS in Go names; use CamelCase Open
Open
SCOPE_LINK = 0
- Exclude checks
don't use ALL_CAPS in Go names; use CamelCase Open
Open
SCOPE_LINK = netlink.SCOPE_LINK
- Exclude checks
exported method TestCommand.Stop should have comment or be unexported Open
Open
func (tc *TestCommand) Stop() {
- 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
FAMILY_V4 = 0
- Exclude checks
don't use ALL_CAPS in Go names; use CamelCase Open
Open
SCOPE_UNIVERSE = 0
- Exclude checks