[binutils-gdb] [gdb] Drop some files and a dir from codespell skip list
Tom de Vries via Gdb-cvs <[email protected]> Mon, 15 Jun 2026 12:33:10 +0000 (GMT)
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cc9b5e63fde5f28ae8b6b42895f7de13ec38c136 commit cc9b5e63fde5f28ae8b6b42895f7de13ec38c136 Author: Tom de Vries <[email protected]> Date: Mon Jun 15 14:33:06 2026 +0200 [gdb] Drop some files and a dir from codespell skip list A recent codespell cleanup in gdb/testsuite made some files and a dir in the codespell skip list codespell-clean. Drop these from the skip list. Diff: --- gdb/pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gdb/pyproject.toml b/gdb/pyproject.toml index 32d5d6d159c..5a2ec90da15 100644 --- a/gdb/pyproject.toml +++ b/gdb/pyproject.toml @@ -74,10 +74,6 @@ skip = [ 'gdbserver/aclocal.m4', 'gdbsupport/aclocal.m4', # TODO: -'gdb/testsuite/Makefile.in', -'gdb/testsuite/TODO', -'gdb/testsuite/configure.ac', -'gdb/testsuite/boards/*', 'gdb/testsuite/config/*', 'gdb/testsuite/gdb.ada/*', 'gdb/testsuite/gdb.arch/*',