mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-21 02:43:26 -04:00

* test: add smoke test for git clone Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: exempt tests from spelling Signed-off-by: Xe Iaso <me@xeiaso.net> * test: rename this to git-clone Signed-off-by: Xe Iaso <me@xeiaso.net> * test: pin ko setup reference Signed-off-by: Xe Iaso <me@xeiaso.net> * test: don't persist credentials Signed-off-by: Xe Iaso <me@xeiaso.net> * test: terminating newline Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
96 lines
1.3 KiB
Plaintext
96 lines
1.3 KiB
Plaintext
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
|
|
(?:^|/)(?i)COPYRIGHT
|
|
(?:^|/)(?i)LICEN[CS]E
|
|
(?:^|/)(?i)third[-_]?party/
|
|
(?:^|/)3rdparty/
|
|
(?:^|/)generated/
|
|
(?:^|/)go\.sum$
|
|
(?:^|/)package(?:-lock|)\.json$
|
|
(?:^|/)Pipfile$
|
|
(?:^|/)pyproject.toml
|
|
(?:^|/)vendor/
|
|
(?:^|/|\b)requirements(?:-dev|-doc|-test|)\.txt$
|
|
\.a$
|
|
\.ai$
|
|
\.all-contributorsrc$
|
|
\.avi$
|
|
\.bmp$
|
|
\.bz2$
|
|
\.cert?$|\.crt$
|
|
\.class$
|
|
\.coveragerc$
|
|
\.crl$
|
|
\.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$
|
|
\.sig$
|
|
\.so$
|
|
\.svgz?$
|
|
\.sys$
|
|
\.tar$
|
|
\.tgz$
|
|
\.tiff?$
|
|
\.ttf$
|
|
\.wav$
|
|
\.webm$
|
|
\.webp$
|
|
\.woff2?$
|
|
\.xcf$
|
|
\.xlsx?$
|
|
\.xpm$
|
|
\.xz$
|
|
\.zip$
|
|
^\.github/actions/spelling/
|
|
^\Q.github/FUNDING.yml\E$
|
|
^\Q.github/workflows/spelling.yml\E$
|
|
^data/crawlers/
|
|
^docs/blog/tags\.yml$
|
|
^docs/docs/user/known-instances.md$
|
|
^docs/manifest/.*$
|
|
^docs/static/\.nojekyll$
|
|
^lib/policy/config/testdata/bad/unparseable\.json$
|
|
ignore$
|
|
robots.txt
|
|
^lib/localization/locales/.*\.json$
|
|
^lib/localization/.*_test.go$
|
|
^test/.*$
|