-
Notifications
You must be signed in to change notification settings - Fork 28
Switch to check spelling #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Replaces rojopolis/spellcheck-github-actions Signed-off-by: Josh Soref <[email protected]>
d81d882 to
cd54f9d
Compare
| assert await decoded_r.bf().card("bf1") == 1 | ||
|
|
||
| # Error when key is of a type other than Bloom filtedecoded_r. | ||
| # Error when key is of a type other than Bloom filter decoded_r. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notable
|
|
||
| @skip_if_server_version_lt("6.2.0") | ||
| def test_zrandemember(self, r): | ||
| def test_zrandmember(self, r): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kinda fun
|
|
||
| def parse_item(item): | ||
| result = {"id": item[0], "start_time": int(item[1]), "duration": int(item[2])} | ||
| # Valkey Enterprise injects another entry at index [3], which has |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I was more bothered by Valkey Enterprise:
https://valkey-oss-developer.slack.com/archives/C06RQ5P6QPL/p1760984702515739
| # the complexity info (i.e. the value N in case the command has | ||
| # an O(N) complexity) instead of the command. | ||
| # the complexity info (i.e. the value N for a command of complexity | ||
| # O(N)) instead of the command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check-spelling/spell-check-this didn't like in case (and I agree)
|
|
||
| def _check_certificate(issuer_cert, ocsp_bytes, validate=True): | ||
| """A wrapper the return the validity of a known ocsp certificate""" | ||
| """A wrapper to return the validity of a known ocsp certificate""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notable
Pull Request check-list
Description of change
Normally, I wouldn't bundle spelling fixes and the workflow, but my previous change unfortunately broke the other spell checker, so...