mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
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 ...
5 lines
133 B
INI
5 lines
133 B
INI
[codespell]
|
|
# Skip ChangeLogs and generated files.
|
|
skip = ChangeLog*,configure
|
|
ignore-words = gdb/contrib/codespell-ignore-words.txt
|