Skip to content

Commit

Permalink
Improve spellchecking config (#1064)
Browse files Browse the repository at this point in the history
* Improve spellchecking config

Sync over all the new updates from docs repo

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Mar 18, 2024
1 parent 6019d80 commit 15b620d
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 63 deletions.
38 changes: 36 additions & 2 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,83 @@
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
(?:^|/)(?i)COPYRIGHT
(?:^|/)(?i)LICEN[CS]E
(?:^|/)3rdparty/
(?:^|/)go\.sum$
(?:^|/)package(?:-lock|)\.json$
(?:^|/)Pipfile$
(?:^|/)pyproject.toml
(?:^|/)requirements(?:-dev|-doc|-test|)\.txt$
(?:^|/)vendor/
ignore$
\.a$
\.ai$
\.all-contributorsrc$
\.avi$
\.bmp$
\.bz2$
\.cer$
\.class$
\.coveragerc$
\.crl$
\.crt$
\.csr$
\.dll$
\.docx?$
\.drawio$
\.DS_Store$
\.eot$
\.eps$
\.exe$
\.gif$
\.git-blame-ignore-revs$
\.gitattributes$
\.gitkeep$
\.graffle$
\.gz$
\.icns$
\.ico$
\.ipynb$
\.jar$
\.jks$
\.jpe?g$
\.key$
\.lib$
\.lock$
\.map$
\.min\..
\.mo$
\.mod$
\.mp[34]$
\.o$
\.ocf$
\.otf$
\.p12$
\.parquet$
\.pdf$
\.pem$
\.pfx$
\.png$
\.psd$
\.pyc$
\.pylintrc$
\.qm$
\.s$
\.svg$
\.sig$
\.so$
\.svgz?$
\.sys$
\.tar$
\.tgz$
\.tiff?$
\.ttf$
\.wav$
\.webm$
\.webp$
\.woff2?$
\.xcf$
\.xlsx?$
\.xpm$
\.xz$
\.zip$
^\.github/
^\.github/actions/spelling/
^\Q.github/workflows/spelling.yml\E$
Loading

0 comments on commit 15b620d

Please sign in to comment.