From 3cdc2743c64bc696bb36f6b288fa796baa959f5e Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Wed, 22 Oct 2025 09:38:03 +0200 Subject: [PATCH] [gdb] Drop gdb.stabs exclude from tclint.toml Now that gdb/testsuite/gdb.stabs has been removed, drop the corresponding exclude from gdb/tclint.toml. Tested by running "pre-commit run --all-files". --- gdb/tclint.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/gdb/tclint.toml b/gdb/tclint.toml index 92b8d3dabc8..2a394919c0d 100644 --- a/gdb/tclint.toml +++ b/gdb/tclint.toml @@ -34,7 +34,6 @@ exclude = [ "gdb/testsuite/boards", "gdb/testsuite/config", # IGNORE (document reason in trailing comment): -"gdb/testsuite/gdb.stabs", # To be removed. "gdb/testsuite/lib/ton.tcl", # Imported. ] -- 2.47.3