docs: shorten description for gochecknoglobals linter (#4505)
This commit is contained in:
		
							parent
							
								
									c6ac5a12b9
								
							
						
					
					
						commit
						e03399080c
					
				@ -19,7 +19,7 @@ func NewGochecknoglobals() *goanalysis.Linter {
 | 
			
		||||
 | 
			
		||||
	return goanalysis.NewLinter(
 | 
			
		||||
		a.Name,
 | 
			
		||||
		a.Doc,
 | 
			
		||||
		"Check that no global variables exist.",
 | 
			
		||||
		[]*analysis.Analyzer{a},
 | 
			
		||||
		linterConfig,
 | 
			
		||||
	).WithLoadMode(goanalysis.LoadModeTypesInfo)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user