Skip to content

Commit f6f894f

Browse files
committed
chore: auto update API docs
1 parent d58e21d commit f6f894f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/API-Reference/language/CodeInspection.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Values for problem's 'type' property
3434
* [.ERROR](#Type.ERROR)
3535
* [.WARNING](#Type.WARNING)
3636
* [.META](#Type.META)
37+
* [.SPELL](#Type.SPELL)
3738

3839
<a name="Type.ERROR"></a>
3940

@@ -52,6 +53,12 @@ Maintainability issue, probable error / bad smell, etc.
5253
### Type.META
5354
Inspector unable to continue, code too complex for static analysis, etc. Not counted in err/warn tally.
5455

56+
**Kind**: static property of [<code>Type</code>](#Type)
57+
<a name="Type.SPELL"></a>
58+
59+
### Type.SPELL
60+
For spelling or grammatical error
61+
5562
**Kind**: static property of [<code>Type</code>](#Type)
5663
<a name="getProvidersForPath"></a>
5764

0 commit comments

Comments
 (0)