mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Codespell: Fix failures with v2.4.0 (#1790)
* 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
This commit is contained in:
4
.github/workflows/spell-checker.yml
vendored
4
.github/workflows/spell-checker.yml
vendored
@@ -7,7 +7,3 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
exclude_file: contrib/spellcheck/exclude_lines.txt
|
||||
skip: ./.git,./web,./currency/code_types.go,*.json,*.sum,*.html
|
||||
ignore_words_file: contrib/spellcheck/ignore_words.txt
|
||||
|
||||
Reference in New Issue
Block a user