Fix latent linter issues.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
7143058462
commit
c4bbb64622
@ -63,6 +63,8 @@ linters-settings:
|
||||
lines: 125
|
||||
statements: 50
|
||||
goheader:
|
||||
template-path: hack/header.txt
|
||||
template: |-
|
||||
Copyright 2020 VMware, Inc.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
goimports:
|
||||
local-prefixes: github.com/suzerain-io
|
||||
|
@ -3,6 +3,7 @@ Copyright 2020 VMware, Inc.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
//nolint:gochecknoglobals
|
||||
package crdsplaceholder
|
||||
|
||||
import (
|
||||
|
@ -3,6 +3,7 @@ Copyright 2020 VMware, Inc.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
//nolint:gochecknoglobals,gochecknoinits
|
||||
package v1alpha1
|
||||
|
||||
import (
|
||||
|
@ -3,6 +3,7 @@ Copyright 2020 VMware, Inc.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
//nolint:gochecknoglobals
|
||||
package placeholder
|
||||
|
||||
import (
|
||||
|
@ -3,6 +3,7 @@ Copyright 2020 VMware, Inc.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
//nolint:gochecknoglobals,gochecknoinits
|
||||
package v1alpha1
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user