mirror of https://github.com/minio/minio.git
Improve typos configuration (#19489)
This commit is contained in:
parent
e2709ea129
commit
73b4794cf7
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Test GitHub Action
|
||||
name: Spelling
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
|
|
29
.typos.toml
29
.typos.toml
|
@ -12,33 +12,26 @@ extend-ignore-re = [
|
|||
"[0-9A-Za-z/+=]{64}",
|
||||
"ZXJuZXQxDjAMBgNVBA-some-junk-Q4wDAYDVQQLEwVNaW5pbzEOMAwGA1UEAxMF",
|
||||
"eyJmb28iOiJiYXIifQ",
|
||||
"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.*",
|
||||
"MIIDBTCCAe2gAwIBAgIQWHw7h.*",
|
||||
'http\.Header\{"X-Amz-Server-Side-Encryptio":',
|
||||
'sessionToken',
|
||||
]
|
||||
|
||||
[default.extend-words]
|
||||
"encrypter" = "encrypter"
|
||||
"requestor" = "requestor"
|
||||
"KMS" = "KMS"
|
||||
"kms" = "kms"
|
||||
"Kms" = "Kms"
|
||||
"Dur" = "Dur"
|
||||
"EOF" = "EOF"
|
||||
"hd" = "hd"
|
||||
"ws" = "ws"
|
||||
"guid" = "guid"
|
||||
"lst" = "lst"
|
||||
"pn" = "pn"
|
||||
"Iy" = "Iy"
|
||||
"ro" = "ro"
|
||||
"thr" = "thr"
|
||||
"requestor" = "requestor"
|
||||
|
||||
[default.extend-identifiers]
|
||||
"bui" = "bui"
|
||||
"toi" = "toi"
|
||||
"ot" = "ot"
|
||||
"dm2nd" = "dm2nd"
|
||||
"HashiCorp" = "HashiCorp"
|
||||
|
||||
[type.go.extend-identifiers]
|
||||
"bui" = "bui"
|
||||
"dm2nd" = "dm2nd"
|
||||
"ot" = "ot"
|
||||
"ParseND" = "ParseND"
|
||||
"ParseNDStream" = "ParseNDStream"
|
||||
"pn" = "pn"
|
||||
"TestGetPartialObjectMisAligned" = "TestGetPartialObjectMisAligned"
|
||||
"thr" = "thr"
|
||||
"toi" = "toi"
|
||||
|
|
Loading…
Reference in New Issue