mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Migrate some presubmit functionality to Makefile.
This commit is contained in:
19
api/internal/tools/tools.go
Normal file
19
api/internal/tools/tools.go
Normal file
@@ -0,0 +1,19 @@
|
||||
// +build tools
|
||||
|
||||
// Copyright 2019 The Kubernetes Authors.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// This file exists to trigger installs of the given tools.
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
// for code generation
|
||||
_ "golang.org/x/tools/cmd/stringer"
|
||||
// for lint checks
|
||||
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||||
// for integration tests driven by the examples
|
||||
_ "github.com/monopole/mdrip"
|
||||
// TODO: See comment in Makefile.
|
||||
//_ "sigs.k8s.io/kustomize/pluginator"
|
||||
)
|
||||
Reference in New Issue
Block a user