]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/contrib] Support gdb in codespell section of setup.cfg
authorTom de Vries <tdevries@suse.de>
Tue, 1 Apr 2025 13:47:55 +0000 (15:47 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 1 Apr 2025 13:47:55 +0000 (15:47 +0200)
commit387e49def642918ac7cd9ee426eeee43f9986b76
tree455cc2ce7aa5e5c970a8d364cae0c65adbc0cb54
parentbbfa90724d2744b2a1027b04eda5e9208c762380
[gdb/contrib] Support gdb in codespell section of setup.cfg

Add support for the gdb dir in the codespell section of gdb/contrib/setup.cfg,
specifically adding files in the skip line.

This allows us to run codespell from the command line on the gdb dir:
...
$ codespell --config gdb/contrib/setup.cfg gdb 2>/dev/null | wc -l
1665
...
without running into warnings in generated files.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/contrib/setup.cfg