1
0
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:
Oleksandr Redko
2025-09-04 14:49:06 +03:00
committed by GitHub
parent 44e19927c0
commit 4d5fd518ca

View File

@@ -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):