Skip to content

Add collocation tests#920

Open
reshke wants to merge 1 commit intomasterfrom
fix_collacation
Open

Add collocation tests#920
reshke wants to merge 1 commit intomasterfrom
fix_collacation

Conversation

@reshke
Copy link
Collaborator

@reshke reshke commented Jan 8, 2025

No description provided.

NOTICE: send query to shard(s) : sh1
INSERT INTO xx1 SELECT a.ii + b.jj FROM reft a, reft2 b; --ok
NOTICE: send query to shard(s) : sh1
-- Below is very quitionable

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error test

quitionable is not a recognized word. (unrecognized-spelling)

INSERT INTO xx1 SELECT a.ii + b.jj FROM reft a, reft2 b; --ok

-- Below is very quitionable

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error test

quitionable is not a recognized word. (unrecognized-spelling)
@github-actions

This comment has been minimized.

@reshke reshke closed this Nov 12, 2025
@reshke reshke reopened this Nov 12, 2025
@github-actions
Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 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 git@github.com:pg-sharding/spqr.git repository
on the fix_collacation branch (ℹ️ 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 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 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: ""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant