Commit c443710 1 parent 7d1fbe5 commit c443710 Copy full SHA for c443710
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ AttributeIDSupressMenu = "AttributeIDSupressMenu"
66
66
teh = " teh"
67
67
```
68
68
69
- For localized content, you can disable spell checking of file contents while still checking the file name:
69
+ For cases like localized content, you can disable spell checking of file contents while still checking the file name:
70
70
``` toml
71
71
[type .po ]
72
72
extend-globs = [" *.po" ]
73
73
check-file = false
74
74
```
75
75
(run ` typos --type-list ` to see configured file types)
76
76
77
- If that doesn't catch the cases you can need , you can completely exclude some files from consideration:
77
+ If you need some more flexibility , you can completely exclude some files from consideration:
78
78
``` toml
79
79
[files ]
80
80
extend-exclude = [" localized/*.po" ]
You can’t perform that action at this time.
0 commit comments