Skip to content

Commit 2a48e72

Browse files
committedMay 31, 2022
add termination
1 parent 178cf59 commit 2a48e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/docson/build-schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
"analysis": {
7878
"type": "array",
7979
"items": {
80-
"enum": ["dce", "exception"]
80+
"enum": ["dce", "exception", "termination"]
8181
},
82-
"description": "The types of analysis to activate. `dce` means dead code analysis, and `exception` means exception analysis."
82+
"description": "The types of analysis to activate. `dce` means dead code analysis, `exception` means exception analysis, and `termination` is to check for infinite loops."
8383
},
8484
"suppress": {
8585
"type": "array",

0 commit comments

Comments
 (0)
Please sign in to comment.