mirror of
https://github.com/minio/minio.git
synced 2025-03-13 21:12:55 -04:00
Update typos config (#21018)
This commit is contained in:
parent
2a3acc4f24
commit
bbd6f18afb
16
.typos.toml
16
.typos.toml
@ -1,11 +1,5 @@
|
|||||||
[files]
|
[files]
|
||||||
extend-exclude = [
|
extend-exclude = [".git/", "docs/", "CREDITS", "go.mod", "go.sum"]
|
||||||
".git/",
|
|
||||||
"docs/",
|
|
||||||
"CREDITS",
|
|
||||||
"go.mod",
|
|
||||||
"go.sum",
|
|
||||||
]
|
|
||||||
ignore-hidden = false
|
ignore-hidden = false
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
@ -40,3 +34,11 @@ extend-ignore-re = [
|
|||||||
"TestGetPartialObjectMisAligned" = "TestGetPartialObjectMisAligned"
|
"TestGetPartialObjectMisAligned" = "TestGetPartialObjectMisAligned"
|
||||||
"thr" = "thr"
|
"thr" = "thr"
|
||||||
"toi" = "toi"
|
"toi" = "toi"
|
||||||
|
|
||||||
|
[type.go]
|
||||||
|
extend-ignore-identifiers-re = [
|
||||||
|
# Variants of `typ` used to mean `type` in golang as it is otherwise a
|
||||||
|
# keyword - some of these (like typ1 -> type1) can be fixed, but probably
|
||||||
|
# not worth the effort.
|
||||||
|
"[tT]yp[0-9]*",
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user