We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33196d commit 7d1fbe5Copy full SHA for 7d1fbe5
README.md
@@ -66,7 +66,15 @@ AttributeIDSupressMenu = "AttributeIDSupressMenu"
66
teh = "teh"
67
```
68
69
-For localized content, you might want to exclude the entire file
+For localized content, you can disable spell checking of file contents while still checking the file name:
70
+```toml
71
+[type.po]
72
+extend-globs = ["*.po"]
73
+check-file = false
74
+```
75
+(run `typos --type-list` to see configured file types)
76
+
77
+If that doesn't catch the cases you can need, you can completely exclude some files from consideration:
78
```toml
79
[files]
80
extend-exclude = ["localized/*.po"]
0 commit comments