mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
travis: added spelling check workflow. (#811)
This commit is contained in:
23
.github/actions/spelling/excludes.txt
vendored
Normal file
23
.github/actions/spelling/excludes.txt
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
|
||||
(?:^|/)(?i)COPYRIGHT
|
||||
(?:^|/)(?i)LICEN[CS]E
|
||||
(?:^|/)package(?:-lock|)\.json$
|
||||
(?:^|/)vendor/
|
||||
ignore$
|
||||
\.avi$
|
||||
\.ico$
|
||||
\.jpe?g$
|
||||
\.js$
|
||||
\.lock$
|
||||
\.map$
|
||||
\.min\.
|
||||
\.mod$
|
||||
\.mp[34]$
|
||||
\.png$
|
||||
\.styl$
|
||||
\.svg$
|
||||
\.uve$
|
||||
\.wav$
|
||||
\.html$
|
||||
\.nav$
|
||||
^\.github/
|
||||
Reference in New Issue
Block a user