mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	Remove golint as linter (#17609)
				
					
				
			- Partialy resolvess #17596 - In the newer versions of `golangci-lint`, golint is deprecated and replaced by the `revive` linter. Thus removing the `golint` linter is a good idea, as we're already using the `revive` linter which covers all the current `golint` cases. Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
							parent
							
								
									433e81aecf
								
							
						
					
					
						commit
						a4dc0c5a82
					
				| @ -9,7 +9,6 @@ linters: | ||||
|     - unused | ||||
|     - structcheck | ||||
|     - varcheck | ||||
|     - golint | ||||
|     - dupl | ||||
|     #- gocyclo # The cyclomatic complexety of a lot of functions is too high, we should refactor those another time. | ||||
|     - gofmt | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user