mirror of https://github.com/kubernetes/kops.git
				
				
				
			Merge pull request #8023 from tioxy/goimports_make_ci
Run goimports in make ci
This commit is contained in:
		
						commit
						de7f7a8d02
					
				
							
								
								
									
										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