Skip to content

Commit

Permalink
ci(typos): ignore generated.rs in typo checks
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 22, 2023
1 parent b6162d9 commit a777d9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ extend-ignore-re = [
"\"hel\""
]

[files]
extend-exclude = ["gsdk/src/metadata/generated.rs"]

[default.extend-words]
# typo in sp-state-machine, won't fix here for now.
overlayed = "overlayed"

0 comments on commit a777d9c

Please sign in to comment.