mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 00:02:20 -05:00 
			
		
		
		
	Since https://github.com/go-gitea/gitea/pull/25686, a few `interface{}` have sneaked into the codebase. Add this replacement to `make fmt` to prevent this from happening again. Ideally a linter would do this, but I haven't found any suitable.
		
			
				
	
	
		
			12 lines
		
	
	
		
			464 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			464 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
* text=auto eol=lf
 | 
						|
*.tmpl linguist-language=Handlebars
 | 
						|
*.pb.go linguist-generated
 | 
						|
/assets/*.json linguist-generated
 | 
						|
/public/assets/img/svg/*.svg linguist-generated
 | 
						|
/templates/swagger/v1_json.tmpl linguist-generated
 | 
						|
/vendor/** -text -eol linguist-vendored
 | 
						|
/web_src/fomantic/build/** linguist-generated
 | 
						|
/web_src/fomantic/_site/globals/site.variables linguist-language=Less
 | 
						|
/web_src/js/vendor/** -text -eol linguist-vendored
 | 
						|
Dockerfile.* linguist-language=Dockerfile
 |