Skip to content

Commit

Permalink
Update thirdparty/cpanfile-5.34.snapshot: more modules in development…
Browse files Browse the repository at this point in the history
…/test builds

...and update the spell-checker for it:

* copy into a local file `x` the error text from e.g.
  https://github.com/jimklimov/znapzend/actions/runs/9337739109/job/25700004653
  section "spell check" with lines like

    Error: thirdparty/cpanfile-5.34.snapshot:17:20 ... 24, Error - `GARU` is not a recognized word. (unrecognized-spelling)

* mix with existing dictionary:

    ( cat x | sed -e 's,^[^`]*`,,' -e 's,`.*$,,' ; cat .github/workflows/spelling/expect.txt ) | sort -f | uniq | grep -vE '^$' > z
    cp z .github/workflows/spelling/expect.txt
    git add -p

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jun 2, 2024
1 parent 759cccf commit d1b4966
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Bsyslog
buildpackage
Bwarning
Bzfs
Bzip
Bznapzend
Bznapzendzetup
Bznapzendztatz
Expand Down Expand Up @@ -222,6 +223,7 @@ FQSN
freebsd
FRONTEND
fsf
GARU
gerczei
Getopt
gh
Expand Down Expand Up @@ -310,13 +312,15 @@ JBERGER
jenkins
jimklimov
JSON
Json
keygen
killproc
Klimov
LASTCOMMON
launchctl
launchd
Lce
Leay
LEONT
lgpl
libdir
Expand Down Expand Up @@ -355,6 +359,7 @@ MDevel
metadata
MExt
Meyering
MIKIHOSHI
MIO
missingpool
Mkbootstrap
Expand All @@ -365,6 +370,7 @@ modled
mojolicious
Morbo
mountpoint
Mozilla
MPTZONEROOTS
mvcmd
mvprog
Expand Down Expand Up @@ -397,8 +403,10 @@ NSTIPS
nsub
nvpool
nytprof
OALDERS
OBJC
OBJCXX
OCSP
ODBC
oep
oetiker
Expand All @@ -421,6 +429,7 @@ pid
pidfile
pipefail
Pipely
PJCJ
pkglicense
pkgname
pkgonly
Expand Down Expand Up @@ -498,6 +507,7 @@ SEENDST
SEENSRC
selftest
sendmail
Sereal
setsid
shellwords
shlibs
Expand Down Expand Up @@ -531,6 +541,7 @@ srcfile
srcname
srcsuffix
ssh
SSL
standalone
startd
startstop
Expand Down Expand Up @@ -559,7 +570,9 @@ svcinstall
SVCINSTALLDIR
svcname
svg
Svk
svn
Symdump
symlink
synczbe
sys
Expand All @@ -573,6 +586,7 @@ sysv
SZ
TABCHAR
tabledata
Tagset
tarball
tardir
TARNAME
Expand Down Expand Up @@ -607,6 +621,7 @@ uid
umask
umontreal
uncomment
Uncompress
unconfigured
UNCONSIDER
undef
Expand All @@ -615,6 +630,7 @@ unicode
uniq
unsubscribe
Uplevel
URI
url
usbbackup
usedbysnapshot
Expand Down Expand Up @@ -655,11 +671,13 @@ xcode
xf
xml
xno
xor
Xproperties
xset
xtrue
yacc
YAML
yaml
Ymd
yml
yy
Expand All @@ -674,6 +692,7 @@ zfsutilsdep
ZFSW
ZFSZONEROOTS
ZL
Zlib
znap
znapdest
ZNAPVER
Expand Down
Loading

0 comments on commit d1b4966

Please sign in to comment.