mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 07:20:07 -05:00 
			
		
		
		
	* Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>
		
			
				
	
	
		
			21 lines
		
	
	
		
			294 B
		
	
	
	
		
			YAML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			294 B
		
	
	
	
		
			YAML
		
	
	
	
		
			Vendored
		
	
	
	
linters-settings:
 | 
						|
  govet:
 | 
						|
    check-shadowing: true
 | 
						|
  golint:
 | 
						|
    min-confidence: 0
 | 
						|
  gocyclo:
 | 
						|
    min-complexity: 25
 | 
						|
  maligned:
 | 
						|
    suggest-new: true
 | 
						|
  dupl:
 | 
						|
    threshold: 100
 | 
						|
  goconst:
 | 
						|
    min-len: 2
 | 
						|
    min-occurrences: 2
 | 
						|
 | 
						|
linters:
 | 
						|
  enable-all: true
 | 
						|
  disable:
 | 
						|
    - maligned
 | 
						|
    - lll
 |