]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[pre-commit] Add codespell-clean gdb/testsuite dirs
authorTom de Vries <tdevries@suse.de>
Tue, 20 May 2025 09:05:54 +0000 (11:05 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 20 May 2025 09:05:54 +0000 (11:05 +0200)
commit06b112bfcd307f1f7f9531617097b3e028e09088
treed8f2977de7528e8bcfde487a2b758936ef1ac04b
parentc671850a83d4a023b768a92b6e62daf7e2cedf93
[pre-commit] Add codespell-clean gdb/testsuite dirs

The following gdb/testsuite subdirs are codespell-clean:
...
$ for d in gdb/testsuite/gdb.*; do \
      echo -n "$d:"; \
      codespell --config ./gdb/contrib/setup.cfg $d \
          | wc -l; \
  done 2>&1 \
  | grep :0
gdb/testsuite/gdb.ctf:0
gdb/testsuite/gdb.dap:0
gdb/testsuite/gdb.gdb:0
gdb/testsuite/gdb.go:0
gdb/testsuite/gdb.modula2:0
gdb/testsuite/gdb.objc:0
gdb/testsuite/gdb.opencl:0
gdb/testsuite/gdb.perf:0
gdb/testsuite/gdb.replay:0
gdb/testsuite/gdb.server:0
gdb/testsuite/gdb.testsuite:0
...

Add them to the pre-commit configuration.

Approved-By: Tom Tromey <tom@tromey.com>
.pre-commit-config.yaml