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]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
29
.typos.toml
29
.typos.toml
|
@ -12,33 +12,26 @@ extend-ignore-re = [
|
||||||
"[0-9A-Za-z/+=]{64}",
|
"[0-9A-Za-z/+=]{64}",
|
||||||
"ZXJuZXQxDjAMBgNVBA-some-junk-Q4wDAYDVQQLEwVNaW5pbzEOMAwGA1UEAxMF",
|
"ZXJuZXQxDjAMBgNVBA-some-junk-Q4wDAYDVQQLEwVNaW5pbzEOMAwGA1UEAxMF",
|
||||||
"eyJmb28iOiJiYXIifQ",
|
"eyJmb28iOiJiYXIifQ",
|
||||||
|
"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.*",
|
||||||
|
"MIIDBTCCAe2gAwIBAgIQWHw7h.*",
|
||||||
'http\.Header\{"X-Amz-Server-Side-Encryptio":',
|
'http\.Header\{"X-Amz-Server-Side-Encryptio":',
|
||||||
'sessionToken',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[default.extend-words]
|
[default.extend-words]
|
||||||
"encrypter" = "encrypter"
|
"encrypter" = "encrypter"
|
||||||
"requestor" = "requestor"
|
|
||||||
"KMS" = "KMS"
|
|
||||||
"kms" = "kms"
|
"kms" = "kms"
|
||||||
"Kms" = "Kms"
|
"requestor" = "requestor"
|
||||||
"Dur" = "Dur"
|
|
||||||
"EOF" = "EOF"
|
|
||||||
"hd" = "hd"
|
|
||||||
"ws" = "ws"
|
|
||||||
"guid" = "guid"
|
|
||||||
"lst" = "lst"
|
|
||||||
"pn" = "pn"
|
|
||||||
"Iy" = "Iy"
|
|
||||||
"ro" = "ro"
|
|
||||||
"thr" = "thr"
|
|
||||||
|
|
||||||
[default.extend-identifiers]
|
[default.extend-identifiers]
|
||||||
"bui" = "bui"
|
|
||||||
"toi" = "toi"
|
|
||||||
"ot" = "ot"
|
|
||||||
"dm2nd" = "dm2nd"
|
|
||||||
"HashiCorp" = "HashiCorp"
|
"HashiCorp" = "HashiCorp"
|
||||||
|
|
||||||
|
[type.go.extend-identifiers]
|
||||||
|
"bui" = "bui"
|
||||||
|
"dm2nd" = "dm2nd"
|
||||||
|
"ot" = "ot"
|
||||||
"ParseND" = "ParseND"
|
"ParseND" = "ParseND"
|
||||||
"ParseNDStream" = "ParseNDStream"
|
"ParseNDStream" = "ParseNDStream"
|
||||||
|
"pn" = "pn"
|
||||||
"TestGetPartialObjectMisAligned" = "TestGetPartialObjectMisAligned"
|
"TestGetPartialObjectMisAligned" = "TestGetPartialObjectMisAligned"
|
||||||
|
"thr" = "thr"
|
||||||
|
"toi" = "toi"
|
||||||
|
|
Loading…
Reference in New Issue