Skip to content

Commit

Permalink
Add typos config
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 25, 2024
1 parent c55d23b commit a774d70
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[files]
extend-exclude = [ ".codespell" ]
ignore-hidden = false

[default.extend-words]
thr = "thr"

[default.extend-identifiers]

[default]

extend-ignore-words-re = [
]

extend-ignore-identifiers-re = [
]

extend-ignore-re = [
'"[^"]+"\n\n__END__\n\n', # quotes
'::ProhibitMultipleWiths\b', # perl critic
]

0 comments on commit a774d70

Please sign in to comment.