1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 06:29:29 +01:00

Add hack/verify-spelling.sh script and Makefile target

This commit is contained in:
Mike Dame
2020-10-22 10:20:53 -04:00
parent 3399619395
commit 301af7fd9c
29 changed files with 34092 additions and 2 deletions

View File

@@ -19,4 +19,7 @@ limitations under the License.
// This package imports things required by build scripts, to force `go mod` to see them as dependencies
package tools
import _ "k8s.io/code-generator"
import (
_ "github.com/client9/misspell/cmd/misspell"
_ "k8s.io/code-generator"
)