docs: clarify nolintlint.allow-unused (#2319)
This commit is contained in:
		
							parent
							
								
									1012c10d30
								
							
						
					
					
						commit
						7fcd0a8113
					
				@ -518,7 +518,7 @@ linters-settings:
 | 
				
			|||||||
    block-size: 1
 | 
					    block-size: 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  nolintlint:
 | 
					  nolintlint:
 | 
				
			||||||
    # Enable to ensure that nolint directives are all used. Default is true.
 | 
					    # Disable to ensure that all nolint directives actually have an effect. Default is true.
 | 
				
			||||||
    allow-unused: false
 | 
					    allow-unused: false
 | 
				
			||||||
    # Disable to ensure that nolint directives don't have a leading space. Default is true.
 | 
					    # Disable to ensure that nolint directives don't have a leading space. Default is true.
 | 
				
			||||||
    allow-leading-space: true
 | 
					    allow-leading-space: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user