Skip to content

Commit fc78d63

Browse files
committed
fixup! Merge branch 'main' into colin/pnpm
1 parent 6b5dcd4 commit fc78d63

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/typos.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ encrypter = "encrypter"
1717

1818
[files]
1919
extend-exclude = [
20-
"**.svg",
21-
"**.png",
22-
"**.lock",
23-
"go.sum",
24-
"go.mod",
25-
# These files contain base64 strings that confuse the detector
26-
"**XService**.ts",
27-
"**identity.go",
28-
"scripts/ci-report/testdata/**",
29-
"**/*_test.go",
30-
"**/*.test.tsx"
20+
"**.svg",
21+
"**.png",
22+
"**.lock",
23+
"go.sum",
24+
"go.mod",
25+
# These files contain base64 strings that confuse the detector
26+
"**XService**.ts",
27+
"**identity.go",
28+
"scripts/ci-report/testdata/**",
29+
"**/*_test.go",
30+
"**/*.test.tsx",
31+
"**/pnpm-lock.yaml",
3132
]

0 commit comments

Comments
 (0)