[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".
This commit is contained in:
Tom de Vries
2025-10-22 09:38:03 +02:00
parent bc5830d1cf
commit 3cdc2743c6

View File

@@ -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.
]