Skip to content

Commit

Permalink
fix(spellcheck): +top number -precomit (#40)
Browse files Browse the repository at this point in the history
Spellcheck top number is representative of the dictionary word count and must match.

Remove precommit hook for spellcheck and use cargo spellcheck check manually instead.

Signed-off-by: gacallea <3269984+gacallea@users.noreply.github.com>

---------

Signed-off-by: gacallea <3269984+gacallea@users.noreply.github.com>
  • Loading branch information
andreacfromtheapp authored Aug 14, 2024
1 parent 727e79e commit 139ffc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@ repos:
- id: cargo-deny
args: ["--all-features", "check"]

- repo: local
hooks:
- id: cargo-spellcheck
name: cargo-spellcheck
description: Spellcheck rust files
entry: cargo-spellcheck
language: rust
types: [rust]
args: ["--code=1", "--"]

- repo: local
hooks:
- id: trufflehog
Expand Down
2 changes: 1 addition & 1 deletion spellcheck.dic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
28
26
&
+
<
Expand Down

0 comments on commit 139ffc9

Please sign in to comment.