We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b00276 commit 9087a26Copy full SHA for 9087a26
src/conf.py
@@ -117,6 +117,8 @@
117
dict(name="types", description="Guideline associated with the correct use of types"),
118
dict(name="subset", description="Guideline associated with the language-subset profile"),
119
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"),
122
]
123
124
needs_categories = [
0 commit comments