From 1fedd041e2fd9cde1172cafaa42e8fff4500ee94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Fischer?= Date: Thu, 7 Aug 2025 22:33:00 -0400 Subject: [PATCH] Fix typo in src/conf.py --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index 6022e68..f5d78d5 100644 --- a/src/conf.py +++ b/src/conf.py @@ -102,8 +102,8 @@ dict(name="undefined-behavior", description="Numerics-related guideline"), dict(name="stack-overflow", description="Stack-overflow-related guideline"), - dict(name="defect", description="Guideline associated with the language-subset profile"), - 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"), ] needs_categories = [