diff --git a/Gopkg.toml b/Gopkg.toml index dbcf11033..a9c8f5c18 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,2 +1,6 @@ - required = ["github.com/client9/misspell/cmd/misspell"] + +[prune] + go-tests = true + unused-packages = true + non-go = true