Skip to content

Commit

Permalink
Add .typos.toml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 26, 2023
1 parent 4d9211f commit f97c84a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,6 @@ jobs:
toolchain: stable
override: true
- name: Typos check with custom config file
uses: crate-ci/typos@master
uses: crate-ci/typos@master
with:
config: .typos.toml
4 changes: 4 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[default]
extend-ignore-identifiers-re = [
"mmaped",
]

0 comments on commit f97c84a

Please sign in to comment.