.codespellrc 248 B

12345
  1. [codespell]
  2. # ignore test files, go project names, binary files via `skip` and special var/regex via `ignore-words`
  3. skip = fuzz,*_test.tmpl,testdata,*_test.go,go.mod,go.sum,*.gz
  4. ignore-words = .github/workflows/.ignore_words
  5. check-filenames = true