mirror of https://github.com/kubernetes/kops.git
Run goimports in make ci
Assure that autogenerated files are properly indented when running make ci
This commit is contained in:
parent
2148846ef9
commit
9c3d59df52
2
Makefile
2
Makefile
|
@ -561,7 +561,7 @@ verify-staticcheck:
|
|||
# verify-package has to be after verify-gendoc, because with .gitignore for federation bindata
|
||||
# it bombs in travis. verify-gendoc generates the bindata file.
|
||||
.PHONY: ci
|
||||
ci: govet verify-gofmt verify-gomod verify-goimports verify-boilerplate verify-bazel verify-misspelling nodeup examples test | verify-gendocs verify-packages verify-apimachinery
|
||||
ci: govet goimports verify-gofmt verify-gomod verify-goimports verify-boilerplate verify-bazel verify-misspelling nodeup examples test | verify-gendocs verify-packages verify-apimachinery
|
||||
echo "Done!"
|
||||
|
||||
# travis-ci is the target that travis-ci calls
|
||||
|
|
Loading…
Reference in New Issue