Skip to content

Commit 53da2e3

Browse files
authored
fix(ci): exclude go.mod and go.sum files for typos (risingwavelabs#8527)
1 parent 8183b41 commit 53da2e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ extend-exclude = [
1717
"scripts",
1818
"src/frontend/planner_test/tests/testdata",
1919
"src/tests/sqlsmith/tests/freeze",
20+
"**/go.mod",
21+
"**/go.sum",
2022
]

0 commit comments

Comments
 (0)