mirror of
				https://github.com/mgechev/revive.git
				synced 2025-10-30 23:37:49 +02:00 
			
		
		
		
	docs: fix MD024/no-duplicate-heading lint issue (#1513)
This commit is contained in:
		| @@ -183,7 +183,7 @@ _Configuration_: N/A | ||||
| _Description_: Using Boolean literals (`true`, `false`) in logic expressions may make the code less readable. | ||||
| This rule suggests removing Boolean literals from logic expressions. | ||||
|  | ||||
| ### Examples | ||||
| ### Examples (bool-literal-in-expr) | ||||
|  | ||||
| Before (violation): | ||||
|  | ||||
| @@ -283,7 +283,7 @@ _Configuration_: N/A | ||||
|  | ||||
| _Description_: Function or methods that return multiple, no named, values of the same type could induce error. | ||||
|  | ||||
| ### Examples | ||||
| ### Examples (confusing-naming) | ||||
|  | ||||
| Before (violation): | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user