Skip to content

Commit

Permalink
Create 618f622.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jun 10, 2020
1 parent 3eea5aa commit 51d01d1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Autorelease
chrm
cmyk
coords
Jdk
Jpe
Mz
ths
YCCK

1 comment on commit 51d01d1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New misspellings found, please review:

  • ative
  • jpegtinysize
  • msbuild
  • untimes
To accept these changes, run the following commands
remove_obsolete_words=$(mktemp)
echo '#!/usr/bin/perl -ni
my $re=join "|", qw('"
ansii
au
benchmarkee
binwrite
bytepp
bytesize
castps
cleanpath
cmarker
coderay
coord
coverity
decompressor
dirs
divisorx
downcase
DRB
drmike
elsif
EOI
eprofile
eventmachine
executables
extname
falsey
federico
flowhq
fsevent
gdk
gemspec
GETJOCTET
gmail
gtk
GUINT
hexdigest
HPROFILE
Ilib
inotify
insertf
iprofile
JOCTET
JPOOL
jruby
JWRN
keepalive
lcs
leth
LGPL
MESSAGEBOX
Minitest
mmc
mtime
Nailgun
nathanael
nathanaeljones
ncpu
nokogiri
optparse
outputsize
portile
ramdisk
rcov
redhat
REGEXPS
rspec
RTEST
Rubocop
rubyforge
rvm
SDK
shortname
Shoulda
simd
Sqr
TESTUNIT
tmpfs
toolkits
unpackhi
unpacklo
WIDTHx
winmgmts
zedzone
zucchi
"');
next if /^($re)(?:$| .*)/;
print;' > $remove_obsolete_words
chmod +x $remove_obsolete_words
for file in .github/actions/spell-check/whitelist/54b3b066a6b4654f7e7a02e49e56a1b3c1c76c25.txt .github/actions/spell-check/whitelist/5ae660e58f0dca219d9dd5801aeffa0e4ad6e8fa.txt .github/actions/spell-check/whitelist/618f622b0f99f2500bd3dc383f7a2cef48b72e76.txt .github/actions/spell-check/whitelist/c5b95641888e2ab165141518065246c44002e236.txt .github/actions/spell-check/whitelist/e4840f3eb751a28d6a885096045c6f437a5e7000.txt .github/actions/spell-check/whitelist/whitelist.txt; do $remove_obsolete_words $file; done
rm $remove_obsolete_words
(
echo "
ative
jpegtinysize
msbuild
untimes
"
) | sort -u -f | perl -ne 'next unless /./; print' > new_whitelist.txt && mv new_whitelist.txt '.github/actions/spell-check/whitelist/51d01d13c4addaf5b1d4b327884bcf5e2e25d7c9.txt'
✏️ Contributor please read this
  • You can probably just add items into .github/actions/spell-check/whitelist/whitelist.txt.
  • If you need to use a specific token in one place and it shouldn't generally be used, you can
    add an item in .github/actions/spell-check/patterns.txt.

⚠️ Reviewers

At present, the action that triggered this message will not show its ❌ in this PR unless the branch is within this repository.
Thus, you should make sure that this comment has been addressed before merging this PR.

Please sign in to comment.