Skip to content

Commit

Permalink
chore: add arange word into fp
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
shoothzj committed Jul 1, 2024
1 parent f99f475 commit 23ddfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/config/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ignore-hidden = false

[default.extend-words]
# keywords
"arange" = "arange"
"exat" = "exat"
"smove" = "smove"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Check typos
uses: crate-ci/[email protected]
with:
config: ./.github/config/typos.toml
config: .github/config/typos.toml

check-and-lint:
name: Lint and check code
Expand Down

0 comments on commit 23ddfaf

Please sign in to comment.