spqr icon indicating copy to clipboard operation
spqr copied to clipboard

Add collocation tests

Open reshke opened this issue 11 months ago • 2 comments

reshke avatar Jan 08 '25 10:01 reshke

@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)

quitionable

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:pg-sharding/spqr.git repository on the fix_collacation 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/pg-sharding/spqr/actions/runs/18479176012/attempts/1' &&
git commit -m 'Update check-spelling metadata'

OR

To have the bot accept them for you, comment in the PR 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 (640) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:lorem-ipsum/dictionary.txt 243 54 54
cspell:sql/src/sql.txt 190 2 2
cspell:cpp/src/ecosystem.txt 51 1 1
cspell:lua/dict/lua.txt 190 1 1

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

      with:
        extra_dictionaries: |
          cspell:lorem-ipsum/dictionary.txt
          cspell:sql/src/sql.txt
          cspell:cpp/src/ecosystem.txt
          cspell:lua/dict/lua.txt

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

check_extra_dictionaries: ""

github-actions[bot] avatar Oct 13 '25 21:10 github-actions[bot]

@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)

quitionable

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:pg-sharding/spqr.git repository on the fix_collacation 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/pg-sharding/spqr/actions/runs/19299542028/attempts/1' &&
git commit -m 'Update check-spelling metadata'

OR

To have the bot accept them for you, comment in the PR 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 (654) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:lorem-ipsum/dictionary.txt 243 54 54
cspell:sql/src/sql.txt 190 2 2
cspell:cpp/src/ecosystem.txt 51 1 1
cspell:lua/dict/lua.txt 190 1 1

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

      with:
        extra_dictionaries: |
          cspell:lorem-ipsum/dictionary.txt
          cspell:sql/src/sql.txt
          cspell:cpp/src/ecosystem.txt
          cspell:lua/dict/lua.txt

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

check_extra_dictionaries: ""

github-actions[bot] avatar Nov 12 '25 13:11 github-actions[bot]