spqr icon indicating copy to clipboard operation
spqr copied to clipboard

Add spqrguard to build

Open reshke opened this issue 8 months ago • 2 comments

reshke avatar Apr 20 '25 10:04 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)

spqrguard

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 spqrguard 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/14558762186/attempts/1'

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 (623) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:cpp/src/ecosystem.txt 51 1 1
cspell:lua/dict/lua.txt 190 1 1
cspell:sql/src/sql.txt 190 1 1
cspell:mnemonics/src/mnemonics.txt 800 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:cpp/src/ecosystem.txt
          cspell:lua/dict/lua.txt
          cspell:sql/src/sql.txt
          cspell:mnemonics/src/mnemonics.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 Apr 20 '25 10:04 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)

spqrguard

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 spqrguard 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/14558847247/attempts/1'

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 (623) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:cpp/src/ecosystem.txt 51 1 1
cspell:lua/dict/lua.txt 190 1 1
cspell:sql/src/sql.txt 190 1 1
cspell:mnemonics/src/mnemonics.txt 800 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:cpp/src/ecosystem.txt
          cspell:lua/dict/lua.txt
          cspell:sql/src/sql.txt
          cspell:mnemonics/src/mnemonics.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 Apr 20 '25 11:04 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)

spqrguard

These words are not needed and should be removed IFail ipam mysync

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]:pg-sharding/spqr.git repository on the spqrguard 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/15185387421/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 (638) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:cpp/src/ecosystem.txt 51 1 1
cspell:lua/dict/lua.txt 190 1 1
cspell:sql/src/sql.txt 190 1 1
cspell:mnemonics/src/mnemonics.txt 800 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:cpp/src/ecosystem.txt
          cspell:lua/dict/lua.txt
          cspell:sql/src/sql.txt
          cspell:mnemonics/src/mnemonics.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: ""
Warnings :warning: (1)

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

:warning: Warnings Count
:warning: no-newline-at-eof 1

See :warning: Event descriptions for more information.

github-actions[bot] avatar May 22 '25 11:05 github-actions[bot]