mirror of https://github.com/fatedier/frp
				
				
				
			fix golangci lint config (#4698)
							parent
							
								
									1e8db66743
								
							
						
					
					
						commit
						9757a351c6
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@ version: 2
 | 
			
		|||
jobs:
 | 
			
		||||
  go-version-latest:
 | 
			
		||||
    docker:
 | 
			
		||||
    - image: cimg/go:1.22-node
 | 
			
		||||
    - image: cimg/go:1.23-node
 | 
			
		||||
    resource_class: large
 | 
			
		||||
    steps:
 | 
			
		||||
    - checkout
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,7 +48,8 @@ linters-settings:
 | 
			
		|||
    check-blank: false
 | 
			
		||||
  govet:
 | 
			
		||||
    # report about shadowed variables
 | 
			
		||||
    check-shadowing: false
 | 
			
		||||
    disable:
 | 
			
		||||
    - shadow
 | 
			
		||||
  maligned:
 | 
			
		||||
    # print struct with more effective memory layout or not, false by default
 | 
			
		||||
    suggest-new: true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue