mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix code formating (#17830)
* fix formatter, format imports first, then go fmt
This commit is contained in:
		@@ -267,10 +267,10 @@ func main() {
 | 
			
		||||
		logVerbose("batch cmd: %s %v", subCmd, substArgs)
 | 
			
		||||
		switch subCmd {
 | 
			
		||||
		case "gitea-fmt":
 | 
			
		||||
			cmdErrors = append(cmdErrors, passThroughCmd("gofmt", substArgs))
 | 
			
		||||
			if containsString(subArgs, "-w") {
 | 
			
		||||
				cmdErrors = append(cmdErrors, giteaFormatGoImports(files))
 | 
			
		||||
			}
 | 
			
		||||
			cmdErrors = append(cmdErrors, passThroughCmd("gofmt", substArgs))
 | 
			
		||||
		case "misspell":
 | 
			
		||||
			cmdErrors = append(cmdErrors, passThroughCmd("misspell", substArgs))
 | 
			
		||||
		default:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user