commit | 387e49def642918ac7cd9ee426eeee43f9986b76 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Apr 01 15:47:55 2025 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Tue Apr 01 15:47:55 2025 +0200 |
tree | 455cc2ce7aa5e5c970a8d364cae0c65adbc0cb54 | |
parent | bbfa90724d2744b2a1027b04eda5e9208c762380 [diff] |
[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>