Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Jul 31, 2024
1 parent 51c26df commit 2647e5f
Showing 1 changed file with 1,018 additions and 0 deletions.
Loading

1 comment on commit 2647e5f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

❌ Errors Count
⚠️ large-file 3
⚠️ minified-file 3
⚠️ noisy-file 10
❌ utf16-surrogate-file 22

See ❌ Event descriptions for more information.

Some files were automatically ignored 🙈

These sample patterns would exclude them:

(?:^|/)expect\.txt$
(?:^|/)go\.sum$
(?:|$^ 92.86% - excluded 13/14)^docs/img/
[^/]\.png$
^\Q.github/actions/allow.txt\E$
^\Qcmd/constants/marketmaps/markets.go\E$
^\Qdocs/favicon.ico\E$
^\Qgo.mod\E$

You should consider excluding directory paths (e.g. (?:^|/)vendor/), filenames (e.g. (?:^|/)yarn\.lock$), or file extensions (e.g. \.gz$)

You should consider adding them to:

.github/actions/spelling/excludes.txt

File matching is via Perl regular expressions.

To check these files, more of their words need to be in the dictionary than not. You can use patterns.txt to exclude portions, add items to the dictionary (e.g. by adding them to allow.txt), or fix typos.

To update file exclusions, you could run the following commands

... in a clone of the git@github.com:skip-mev/slinky.git repository
on the chore/spell2.0 branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/prerelease/apply.pl' |
perl - 'https://github.com/skip-mev/slinky/actions/runs/10183852168/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (1018) from .github/actions/spelling/expect.txt and unrecognized words (0)

Dictionary Entries Covers Uniquely
cspell:python/src/python/python-lib.txt 2417 19 5
cspell:fullstack/dict/fullstack.txt 419 9 5
cspell:java/src/java.txt 2464 9 5
cspell:k8s/dict/k8s.txt 153 8 5
cspell:python/src/common/extra.txt 741 7 5

Consider adding them (in .github/workflows/spell.yml) in jobs:/build: to extra_dictionaries:

          cspell:python/src/python/python-lib.txt
          cspell:fullstack/dict/fullstack.txt
          cspell:java/src/java.txt
          cspell:k8s/dict/k8s.txt
          cspell:python/src/common/extra.txt

To stop checking additional dictionaries, add (in .github/workflows/spell.yml):

check_extra_dictionaries: ''

Please sign in to comment.