| commit | b5485cfa8dcef32a9e15e6e7835ab83abdc7502c | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Thu Mar 27 14:20:04 2025 +0100 |
| committer | Tom de Vries <tdevries@suse.de> | Thu Mar 27 14:20:04 2025 +0100 |
| tree | 0376049b8afba83a2db9c03cebc4f370528ae51b | |
| parent | c63274831c370ef62ea0753c87cdb0c35b4b1969 [diff] |
[gdbsupport] Ignore pathc in codespell check in gdb_tilde_expand.cc Ignore the following codespell detections: ... $ codespell --config gdbsupport/setup.cfg gdbsupport gdbsupport/gdb_tilde_expand.cc:54: pathc ==> patch gdbsupport/gdb_tilde_expand.cc:99: pathc ==> patch ... by adding codespell:ignore comments.