mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	add annoying linter to golangci
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									2d87085cbc
								
							
						
					
					
						commit
						b7c6e0ec88
					
				@ -10,6 +10,8 @@ issues:
 | 
				
			|||||||
linters:
 | 
					linters:
 | 
				
			||||||
  enable-all: true
 | 
					  enable-all: true
 | 
				
			||||||
  disable:
 | 
					  disable:
 | 
				
			||||||
 | 
					    - depguard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - exhaustivestruct
 | 
					    - exhaustivestruct
 | 
				
			||||||
    - revive
 | 
					    - revive
 | 
				
			||||||
    - lll
 | 
					    - lll
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user