Skip to content

Commit 0d058ba

Browse files
authored
refactor: ♻️ ignore csv files when running typos (#84)
# Description Since CSV files may have things in it that might be not "properly" spelled, let's just ignore these files. This PR needs a quick review.
1 parent c4d2267 commit 0d058ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[files]
22
extend-exclude = [
33
"*.json",
4+
"*.csv"
45
]

0 commit comments

Comments
 (0)