mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Add make command to validate swagger file (#4096)
Partial fix for #4088
This commit is contained in:
		
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
								
							| @@ -100,6 +100,13 @@ swagger-check: generate-swagger | ||||
| 		exit 1; \ | ||||
| 	fi; | ||||
|  | ||||
| .PHONY: swagger-validate | ||||
| swagger-validate: | ||||
| 	@hash swagger > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | ||||
| 		$(GO) get -u github.com/go-swagger/go-swagger/cmd/swagger; \ | ||||
| 	fi | ||||
| 	swagger validate ./public/swagger.v1.json | ||||
|  | ||||
| .PHONY: errcheck | ||||
| errcheck: | ||||
| 	@hash errcheck > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user