mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-05 04:15:03 +00:00
6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
|
[codespell]
|
||
|
# ignore test files, go project names, binary files via `skip` and special var/regex via `ignore-words`
|
||
|
skip = fuzz,*_test.tmpl,testdata,*_test.go,go.mod,go.sum,*.gz
|
||
|
ignore-words = .github/workflows/.ignore_words
|
||
|
check-filenames = true
|