Refresh check-spelling/spell-check-this#1496
Conversation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
| ^\.github/ | ||
| ^\.github/actions/spelling/ | ||
| ^\Q.github/workflows/spelling.yml\E$ |
There was a problem hiding this comment.
This change can be reverted if desired (it'd drop a couple of items from expect.txt
| libanonymous | ||
| libbzip | ||
| libcrammd | ||
| libcs | ||
| libdigestmd | ||
| libdovecot | ||
| libexec | ||
| libexpat | ||
| libexttextcat | ||
| libicu | ||
| libkrb | ||
| libldap | ||
| liblib | ||
| liblz | ||
| libmariadb | ||
| libmysqlclient | ||
| libntlm | ||
| libotp | ||
| libpam | ||
| libpq | ||
| libsasl | ||
| libsasldb | ||
| libsodium | ||
| libsqlite |
There was a problem hiding this comment.
This is the result of a pattern
| # hit-count: 93 file-count: 24 | ||
| # Library prefix | ||
| # e.g., `lib`+`archive`, `lib`+`raw`, `lib`+`unwind` | ||
| # (ignores some words that happen to start with `lib`) | ||
| (?:\b|_)[Ll]ib(?!era[lt])(?:re(?=office)|era|)(?!ero|erty|rar(?:i(?:an|es)|y))(?=[a-z]) |
There was a problem hiding this comment.
This pattern did a lot of work
| uses: check-spelling/check-spelling@v0.0.26 | ||
| with: | ||
| checkout: true | ||
| spell_check_this: check-spelling/spell-check-this@prerelease |
There was a problem hiding this comment.
check-spelling v0.0.26 no longer needs a checkout for these tasks. As commenting is a simple task, it can use the recently introduced cheaper runner (ubuntu-slim)
| default: 'no', | ||
| text: ` | ||
| This setting determines whether de IMAPSieve plugin implicitly also expunges | ||
| This setting determines whether the IMAPSieve plugin also implicitly expunges |
There was a problem hiding this comment.
check-spelling doesn't check two letter strings against the dictionary, so these were purely in-the-neighborhood fixes.
| scripts) to execute directly and to pipe messages. Used by the | ||
| \`vnd.dovecot.pipe\` extension.` |
There was a problem hiding this comment.
The other Used by changes make it possible to fix this item.
| @@ -24,7 +24,7 @@ Since one login process can handle only one connection, the service's | |||
| be logging in at the same time (defaults to [[setting,default_process_limit]]). | |||
|
|
|||
| SSL/TLS proxying processes are also counted here, so if you're using | |||
There was a problem hiding this comment.
The .gitattributes linguist tag should fix the coloring here.
| @@ -0,0 +1 @@ | |||
| *.inc linguist-language=Markdown | |||
There was a problem hiding this comment.
This should tell GitHub/Linguist that the files aren't Assembly
This is roughly a refresh based on https://github.com/check-spelling/spell-check-this/tree/6bdcf01505c96f16f6016cc97fd6a045baca8577/.github