mirror of
				https://github.com/mgechev/revive.git
				synced 2025-10-30 23:37:49 +02:00 
			
		
		
		
	fix: error message typo in revivelib.New
This commit is contained in:
		
				
					committed by
					
						 chavacava
						chavacava
					
				
			
			
				
	
			
			
			
						parent
						
							55585666b7
						
					
				
				
					commit
					022236f9e4
				
			| @@ -52,7 +52,7 @@ func New( | ||||
|  | ||||
| 	lintingRules, err := config.GetLintingRules(conf, extraRuleInstances) | ||||
| 	if err != nil { | ||||
| 		return nil, errors.Wrap(err, "initializing revive - gettint lint rules") | ||||
| 		return nil, errors.Wrap(err, "initializing revive - getting lint rules") | ||||
| 	} | ||||
|  | ||||
| 	logger.Println("Config loaded") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user