|  | linters-settings:
 | 
						
						
						
							|  |   govet:
 | 
						
						
						
							|  |     check-shadowing: true
 | 
						
						
						
							|  |   golint:
 | 
						
						
						
							|  |     min-confidence: 0
 | 
						
						
						
							|  |   gocyclo:
 | 
						
						
						
							|  |     min-complexity: 25
 | 
						
						
						
							|  |   maligned:
 | 
						
						
						
							|  |     suggest-new: true
 | 
						
						
						
							|  |   dupl:
 | 
						
						
						
							|  |     threshold: 100
 | 
						
						
						
							|  |   goconst:
 | 
						
						
						
							|  |     min-len: 3
 | 
						
						
						
							|  |     min-occurrences: 2
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | linters:
 | 
						
						
						
							|  |   enable-all: true
 | 
						
						
						
							|  |   disable:
 | 
						
						
						
							|  |     - maligned
 | 
						
						
						
							|  |     - lll
 | 
						
						
						
							|  |     - gochecknoinits
 | 
						
						
						
							|  |     - gochecknoglobals
 |