We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5dcd4 commit fc78d63Copy full SHA for fc78d63
.github/workflows/typos.toml
@@ -17,15 +17,16 @@ encrypter = "encrypter"
17
18
[files]
19
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"
+ "**.svg",
+ "**.png",
+ "**.lock",
+ "go.sum",
+ "go.mod",
+ # These files contain base64 strings that confuse the detector
+ "**XService**.ts",
+ "**identity.go",
+ "scripts/ci-report/testdata/**",
+ "**/*_test.go",
+ "**/*.test.tsx",
31
+ "**/pnpm-lock.yaml",
32
]
0 commit comments