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

1
go.mod
View File

@@ -3,6 +3,7 @@ module sigs.k8s.io/descheduler
go 1.15
require (
github.com/client9/misspell v0.3.4
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
k8s.io/api v0.19.2