From 6b2a020e2d001cc960231d5e7d0e22ceeb5128ac Mon Sep 17 00:00:00 2001 From: "Ivan Kuchin (ikuchin)" Date: Sat, 30 Dec 2023 18:27:01 -0500 Subject: [PATCH] fix failing spall chacker --- .github/actions/spelling/expect.txt | 388 ---------------------------- .github/workflows/spell_check.yml | 3 +- 2 files changed, 2 insertions(+), 389 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index c8d9b9c..2c90a8a 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -1,389 +1 @@ -ABCDEFGHIJKLMNOPQRSTUVWXY -ALIGNH -ALIGNV -AZN -Airfarelimitation -Anyconnect -Atoi -Autoapprove -Autodetect -BGN -BORDERSTYLE -BTID -BTIn -BTVAT -BTexpense -BYN -CFormat -CGIDIR -CHF -CLEANUPDIRECTORY -CNY -CRedirect -CRto -CURDATE -CZK -DARKGREEN -DARKRED -DBby -DKK -Dest -EUR -Econom -Errorf -FFFFFFF -FILLPATTERN -FNumber -Fatalf -Flawfinder -GBP -GWIPBy -HDR -HKD -HTMLTo -HUF -IApplied -IDBy -IDIn -IMAGEMAGICK -IMessage -INR -Img -Itoa -JPY -KGS -KRW -KZT -LEN -LIGHTGREEN -LOGDIR -LOGGEDIN -Lmicroseconds -Lshortfile -Lstd -MDL -MSVC -Magick -NOK -NUMFORMAT -ONMe -ORBT -PLN -PSo -Printf -Println -REFERER -RON -Rignore -SEK -SIGSEGV -SOWIn -Ses -Symantec -TALIGN -TCs -TJS -TMT -TODO -UAH -UINT -UNICODE -UZS -Unmarshal -Unsubscribe -Uread -WAct -WActive -WAgreement -WBT -WBy -WContract -WCustom -WDate -WEdit -WIDBy -WIDs -WList -WNumber -WPayment -WPosition -WQuery -WSign -WStart -WTitle -WVariable -WWorking -Wfrom -Wkhtml -Wunused -XBy -XOffset -XResolution -YCb -YResolution -YYYY -ZIPBy -Zabcdefghijklmnopqrstuvwxyz -afm -airtickets -alnum -anketa -anyrole -api -args -arial -arialbd -autocomplete -autocompleted -autologin -avia -bbox -bday -bfd -bgp -bik -btn -bts -cactivator -captcha -ccgi -cexception -cfg -cgi -charcode -checkin -checkpersistence -chtml -cidr -cmail -cmake -cmath -cmenu -cmysql -cnx -codecvt -companyid -config -coord -costcenter -cpp -cron -css -cstatistics -cstdlib -ctime -currencyname -currencynominal -currencyvalue -cuser -cvars -datetime -dayrate -declensioned -deinit -dhcp -difftime -downloader -dst -dupicated -employmenttype -endforeach -endif -endl -endmacro -eneded -enum -eventtimestamps -executables -exif -expenseitemid -fcntl -filepath -foreach -fstream -func -getenv -gettext -gettimeofday -github -gopkg -helpdesk -hostname -hotelchain -hpdf -hpp -href -html -htmlt -http -iata -idto -idx -ifndef -imageid -ipam -isactivated -isblocked -isbn -iswalnum -ivankuchin -jpg -json -jsonrpc -keepalive -kompanii -kpp -len -libhpdf -libintl -libxl -lng -localtime -localy -lostindb -lostpictures -maxsalary -mbstowcs -mbwcvt -mday -messageid -minsalary -mktime -multiwork -mysql -myvacancies -namespace -netip -ngettext -noexcept -noone -notfound -nothrow -notificator -npos -ntp -nullptr -numcode -objs -ofs -ofstream -ogrn -okato -okpo -onot -ost -ostream -ostringstream -params -passwd -paymenttype -pdf -pfb -php -phpipamsync -pragma -prettywriter -pricedomestic -priceforeign -proj -projectid -psow -ptr -qfp -qstring -rapidjson -ratelimiter -rawtime -rbegin -regex -relogin -rpath -rur -rus -sessid -setlang -showmain -signin -sizeof -smartway -sms -smth -snmp -snprintf -spam -spf -sql -sqlquery -srand -src -srok -ssh -sstream -stderr -stdexcept -stoi -stol -stopbits -strconv -strftime -strlen -subc -subdir -submatch -substr -sys -sysid -tacacs -tempate -tempfile -templ -timeentry -timeframe -timeinfo -timereport -timeval -tls -tmp -tooltip -topage -totaldays -totalhours -totalpayment -totalpaymentnovat -towlower -ttf -typedefs -uncomment -undef -uniq -unmarshalling -url -usec -userid -username -usr -utf -valute -varset -vec -vrf -vty -walkthrough -wctype -wday -weberror -wkhtmltopdf -wkhtmltox -workflow -workpane -workperiod -wperiod -wstring -xheight -xls -xml -xxxx -xxxxxxxx -yaml -ycr youtube diff --git a/.github/workflows/spell_check.yml b/.github/workflows/spell_check.yml index a6da6bb..457d5df 100644 --- a/.github/workflows/spell_check.yml +++ b/.github/workflows/spell_check.yml @@ -49,7 +49,8 @@ jobs: with: bucket: .github/actions project: spelling - env: + extra_dictionaries: + cspell:golang/dict/go.txt GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}