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 16417a4 commit 35226f0Copy full SHA for 35226f0
src/conf.py
@@ -102,8 +102,8 @@
102
dict(name="undefined-behavior", description="Numerics-related guideline"),
103
dict(name="stack-overflow", description="Stack-overflow-related guideline"),
104
105
- dict(name="defect", description="Guideline associated with the language-subset profile"),
106
- dict(name="subset", description="Guideline associated with the defect-prevention profile"),
+ dict(name="subset", description="Guideline associated with the language-subset profile"),
+ dict(name="defect", description="Guideline associated with the defect-prevention profile"),
107
]
108
109
needs_categories = [
0 commit comments