Skip to content

Commit

Permalink
Fix clippy job
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 27, 2024
1 parent a2db422 commit cac6373
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: Boshen/setup-rust@main
with:
components: clippy
- run: cargo lint -- -D warnings
- run: cargo clippy -- -D warnings

doc:
name: Doc
Expand Down
21 changes: 21 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# https://github.com/crate-ci/typos
# cargo install typos-cli
# typos

[files]
extend-exclude = [
"**/*.snap",
"pnpm-lock.yaml",
"**/*/CHANGELOG.md",
"**/*.svg",
]

[default.extend-words]
trivias = "trivias"
trivia = "trivia"
xdescribe = "xdescribe"
seeked = "seeked"
labeledby = "labeledby"

[default.extend-identifiers]
IIFEs = "IIFEs"

0 comments on commit cac6373

Please sign in to comment.