Skip to content

Commit 9087a26

Browse files
committed
feat:add unsafe tag
1 parent 1b00276 commit 9087a26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
dict(name="types", description="Guideline associated with the correct use of types"),
118118
dict(name="subset", description="Guideline associated with the language-subset profile"),
119119
dict(name="defect", description="Guideline associated with the defect-prevention profile"),
120+
121+
dict(name="unsafe", description="Guideline with noncompliant examples that require the unsafe keyword"),
120122
]
121123

122124
needs_categories = [

0 commit comments

Comments
 (0)