Skip to content

Commit 396516e

Browse files
committed
Fix codespell false positives
1 parent 06d4cb6 commit 396516e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
3636
- name: Check spelling in changed files
3737
if: steps.changed-files.outputs.has_files == 'true'
38-
run: xargs -0 codespell < changed-files.txt
38+
run: xargs -0 codespell --ignore-words-list cant,cunt,gage,hart,nam,nd,rouge,te,wit,whats < changed-files.txt

src/filtration_system/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ impl Decoders {
127127
}
128128

129129
/// [`Enum`] for our custom results.
130-
/// if our checker succeed, we return `Break` variant contining [`CrackResult`]
130+
/// if our checker succeed, we return `Break` variant containing [`CrackResult`]
131131
/// else we return `Continue` with the decoded results.
132132
pub enum MyResults {
133133
/// Variant containing successful [`CrackResult`]

0 commit comments

Comments
 (0)