mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 23:07:00 +00:00
Fix pluginator incompatibility with nolint lines
This commit is contained in:
@@ -22,9 +22,7 @@ type plugin struct {
|
||||
t resmap.Transformer
|
||||
}
|
||||
|
||||
//nolint: golint
|
||||
//noinspection GoUnusedGlobalVariable
|
||||
var KustomizePlugin plugin
|
||||
var KustomizePlugin plugin //nolint:gochecknoglobals
|
||||
|
||||
func (p *plugin) makePrefixPluginConfig(n string) ([]byte, error) {
|
||||
var s struct {
|
||||
|
||||
Reference in New Issue
Block a user