Skip to content

Commit cbe680d

Browse files
committed
typos configuration file
specifying typo false positives in the codebase
1 parent 6882e04 commit cbe680d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_typos.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[default]
2+
extend-ignore-identifiers-re = ["catched", "2nd", "ser"]
3+
4+
[default.extend-words]
5+
thr = "thr"
6+
aas = "aas"

0 commit comments

Comments
 (0)