Skip to content

Commit 4d5fd51

Browse files
authored
docs: fix MD024/no-duplicate-heading lint issue (#1513)
1 parent 44e1992 commit 4d5fd51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎RULES_DESCRIPTIONS.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ _Configuration_: N/A
183183
_Description_: Using Boolean literals (`true`, `false`) in logic expressions may make the code less readable.
184184
This rule suggests removing Boolean literals from logic expressions.
185185

186-
### Examples
186+
### Examples (bool-literal-in-expr)
187187

188188
Before (violation):
189189

@@ -283,7 +283,7 @@ _Configuration_: N/A
283283

284284
_Description_: Function or methods that return multiple, no named, values of the same type could induce error.
285285

286-
### Examples
286+
### Examples (confusing-naming)
287287

288288
Before (violation):
289289

0 commit comments

Comments
 (0)