From b4cde6856fb827830b3026fa152b0dc93deb0ae0 Mon Sep 17 00:00:00 2001 From: Pete LeVasseur Date: Sat, 2 Aug 2025 07:59:59 +0900 Subject: [PATCH] [add tag] stack-overflow --- src/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf.py b/src/conf.py index f59ef97..6022e68 100644 --- a/src/conf.py +++ b/src/conf.py @@ -100,6 +100,7 @@ dict(name="reduce-human-error", description="Reducing human error guideline"), dict(name="numerics", description="Numerics-related guideline"), 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"),