mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
* Codespell: Fix new violations in 2.4.0 * Codespell: Move currency ignoring to regex * Codespell: Add vendor to ignored files * Codespell: Remove github action params duplicated from .codespellrc .codespellrc already exists in the project * Codespell: Remove unused freez from ignore words
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
[codespell]
|
|
skip = ./.git,./web,./currency/code_types.go,*.json,*.sum,*.html,./vendor
|
|
exclude-file = ./contrib/spellcheck/exclude_lines.txt
|
|
ignore-words = ./contrib/spellcheck/ignore_words.txt
|
|
ignore-regex = currency\.\w+
|