mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
[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 ...
This commit is contained in:
4
gdbserver/setup.cfg
Normal file
4
gdbserver/setup.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
[codespell]
|
||||
# Skip ChangeLogs and generated files.
|
||||
skip = ChangeLog*,configure
|
||||
ignore-words = gdb/contrib/codespell-ignore-words.txt
|
||||
Reference in New Issue
Block a user