commit | c619da1a22fcc67654b6c7860272aa2ce5deadaa | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Apr 03 12:11:15 2025 -0600 |
committer | Tom Tromey <tom@tromey.com> | Thu Apr 03 21:05:12 2025 -0600 |
tree | 150dc81eff16c38c16434e6d917b2bdfb1b25e57 | |
parent | ba310c98c8f21a6281b8b01c18ca015d3799532e [diff] |
Make gdb/guile codespell-clean This cleans up the last codespell reports in the Guile directory and adds gdb/guile to pre-commit. It also tells codespell to ignore URLs. I think this is warranted because many URLs don't really contain words per se; and furthermore if any URL-checking is needed at all, it would be for liveness and not spelling. Also I was wondering why the codespell config is in contrib and not gdb/setup.cfg. Approved-By: Tom de Vries <tdevries@suse.de>