Skip to content

Commit 9581f7b

Browse files
manhatsurcseacordPLeVasseur
authored
Update conf.py to add 'unsafe' tag (#243)
* feat:add unsafe tag * Update src/conf.py Co-authored-by: Pete LeVasseur <plevasseur@gmail.com> --------- Co-authored-by: Robert C. Seacord <rcseacord@gmail.com> Co-authored-by: Pete LeVasseur <plevasseur@gmail.com>
1 parent 1b00276 commit 9581f7b

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="Guidelines that interact with or involve the unsafe keyword"),
120122
]
121123

122124
needs_categories = [

0 commit comments

Comments
 (0)