Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit e36a865

Browse files
committed
docs: add missing rule to the docs
1 parent 19ef298 commit e36a865

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/docs/rules/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,16 @@ Rules are grouped by category to help you understand their purpose. Each rule ha
260260
Enforces ordering for a class members.
261261
</RuleEntry>
262262

263+
<RuleEntry
264+
name="missing-test-assertion"
265+
type="common"
266+
severity="warning"
267+
version="4.21.0"
268+
hasConfig
269+
>
270+
Warns that there is no assertion in the test.
271+
</RuleEntry>
272+
263273
<RuleEntry
264274
name="newline-before-return"
265275
type="common"

0 commit comments

Comments
 (0)