mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			419 B
		
	
	
	
		
			YAML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			419 B
		
	
	
	
		
			YAML
		
	
	
	
		
			Vendored
		
	
	
	
| linters-settings:
 | |
|   govet:
 | |
|     check-shadowing: true
 | |
|   golint:
 | |
|     min-confidence: 0
 | |
|   gocyclo:
 | |
|     min-complexity: 45
 | |
|   maligned:
 | |
|     suggest-new: true
 | |
|   dupl:
 | |
|     threshold: 200
 | |
|   goconst:
 | |
|     min-len: 2
 | |
|     min-occurrences: 2
 | |
| 
 | |
| linters:
 | |
|   enable-all: true
 | |
|   disable:
 | |
|     - maligned
 | |
|     - unparam
 | |
|     - lll
 | |
|     - gochecknoinits
 | |
|     - gochecknoglobals
 | |
|     - funlen
 | |
|     - godox
 | |
|     - gocognit
 | |
|     - whitespace
 | |
|     - wsl
 |