Files
binutils-gdb/gdbserver/setup.cfg
Tom de Vries 8d95753834 [gdbserver] Add codespell section in setup.cfg
Add a codespell section in new config file gdbserver/setup.cfg, similar to the
one in gdbsupport/setup.cfg.

There's just one item left:
...
$ codespell --config ./gdbserver/setup.cfg gdbserver
gdbserver/xtensa-xtregs.cc:34: siz ==> size, six
...
2025-03-06 17:57:28 +01:00

5 lines
133 B
INI

[codespell]
# Skip ChangeLogs and generated files.
skip = ChangeLog*,configure
ignore-words = gdb/contrib/codespell-ignore-words.txt