mirror of
				https://github.com/mgechev/revive.git
				synced 2025-10-30 23:37:49 +02:00 
			
		
		
		
	fix documentation (#730)
An entry was missing since banned-characters was added Closes #729
This commit is contained in:
		| @@ -341,6 +341,8 @@ enableAllRules = true | ||||
|     Disabled = true | ||||
| [rule.function-length] | ||||
|     Disabled = true | ||||
| [rule.banned-characters] | ||||
|     Disabled = true | ||||
|  | ||||
| # Rule tuning | ||||
| [rule.argument-limit] | ||||
|   | ||||
| @@ -123,7 +123,7 @@ _Configuration_: N/A | ||||
|  | ||||
| _Description_: Checks given banned characters in identifiers(func, var, const). Comments are not checked. | ||||
|  | ||||
| _Configuration_: This rule accepts a slice of strings, the characters to ban. | ||||
| _Configuration_: This rule requires a slice of strings, the characters to ban. | ||||
|  | ||||
| Example: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user