john-packages icon indicating copy to clipboard operation
john-packages copied to clipboard

Update contact email address

Open claudioandre-br opened this issue 1 year ago • 3 comments

Hey YOU! Yes you!

Please review this pull request.

claudioandre-br avatar Mar 09 '24 16:03 claudioandre-br

lgtm and passes CI.

The PowerShell script will be deleted soon. (so, ignore warnings) To fix the Terraform warnings, I would need to enable features. This is not free. (so, ignore warnings, for a while)

claudioandre-br avatar Mar 09 '24 17:03 claudioandre-br

@check-spelling-bot Report

:red_circle: Please review

See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.

Unrecognized words (1)

slmail

Previously acknowledged words that are now absent File Path 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:openwall/john-packages.git repository on the contact branch (:information_source: how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/openwall/john-packages/actions/runs/8308245271/attempts/1'

OR

To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.

Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary

This includes both expected items (218) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:node/dict/node.txt 891 23 5
cspell:php/dict/php.txt 1689 14 3
cspell:k8s/dict/k8s.txt 153 10 3
cspell:aws/aws.txt 218 8 3
cspell:filetypes/filetypes.txt 264 7 3

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:node/dict/node.txt
          cspell:php/dict/php.txt
          cspell:k8s/dict/k8s.txt
          cspell:aws/aws.txt
          cspell:filetypes/filetypes.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

github-actions[bot] avatar Mar 16 '24 13:03 github-actions[bot]

As expected, the spell check failed once a new non-regular word was introduced. Fixed now.

claudioandre-br avatar Mar 16 '24 14:03 claudioandre-br