Add words to dictionary and modify rules (#5010)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
b024b6ccc2
commit
99a6a2b127
|
@ -14,7 +14,9 @@ exceptions:
|
||||||
- AWS
|
- AWS
|
||||||
- BASIC
|
- BASIC
|
||||||
- BM25
|
- BM25
|
||||||
|
- CSV
|
||||||
- CPU
|
- CPU
|
||||||
|
- DNS
|
||||||
- DOS
|
- DOS
|
||||||
- FAQ
|
- FAQ
|
||||||
- FTP
|
- FTP
|
||||||
|
|
|
@ -7,8 +7,6 @@ swap:
|
||||||
'abort': stop, end, or cancel
|
'abort': stop, end, or cancel
|
||||||
'black day': blocked day
|
'black day': blocked day
|
||||||
'blacklist': deny list
|
'blacklist': deny list
|
||||||
'execute': run, process, apply, start, launch, or initiate
|
|
||||||
'hang': stop responding
|
|
||||||
'kill': stop, end, clear, remove, or cancel
|
'kill': stop, end, clear, remove, or cancel
|
||||||
'master account': 'management account'
|
'master account': 'management account'
|
||||||
'master': cluster manager
|
'master': cluster manager
|
||||||
|
|
|
@ -22,6 +22,7 @@ Gradle
|
||||||
Grafana
|
Grafana
|
||||||
Faiss
|
Faiss
|
||||||
Filebeat
|
Filebeat
|
||||||
|
Flickr
|
||||||
Fluent Bit
|
Fluent Bit
|
||||||
Fluentd
|
Fluentd
|
||||||
Helm
|
Helm
|
||||||
|
|
|
@ -20,13 +20,16 @@ Boolean
|
||||||
[Dd]eserialize
|
[Dd]eserialize
|
||||||
[Dd]eserialization
|
[Dd]eserialization
|
||||||
Dev
|
Dev
|
||||||
|
[Dd]iscoverability
|
||||||
Distro
|
Distro
|
||||||
|
[Dd]uplicative
|
||||||
[Ee]gress
|
[Ee]gress
|
||||||
[Ee]num
|
[Ee]num
|
||||||
[Ff]ailover
|
[Ff]ailover
|
||||||
[Ff]lyout
|
[Ff]lyout
|
||||||
[Ff]sync
|
[Ff]sync
|
||||||
Gantt
|
Gantt
|
||||||
|
[Gg]eobounds
|
||||||
[Gg]eodistance
|
[Gg]eodistance
|
||||||
[Gg]eohash
|
[Gg]eohash
|
||||||
[Gg]eohex
|
[Gg]eohex
|
||||||
|
@ -77,6 +80,7 @@ pebibyte
|
||||||
[Pp]repper
|
[Pp]repper
|
||||||
[Pp]reprocess
|
[Pp]reprocess
|
||||||
[Pp]retrain
|
[Pp]retrain
|
||||||
|
[Pp]seudocode
|
||||||
[Rr]ebalance
|
[Rr]ebalance
|
||||||
[Rr]ebalancing
|
[Rr]ebalancing
|
||||||
[Rr]edownload
|
[Rr]edownload
|
||||||
|
@ -86,6 +90,7 @@ pebibyte
|
||||||
[Rr]erank(er|ed|ing)?
|
[Rr]erank(er|ed|ing)?
|
||||||
[Rr]epo
|
[Rr]epo
|
||||||
[Rr]ewriter
|
[Rr]ewriter
|
||||||
|
[Rr]ollout
|
||||||
[Rr]ollup
|
[Rr]ollup
|
||||||
[Rr]unbooks?
|
[Rr]unbooks?
|
||||||
[Ss]harding
|
[Ss]harding
|
||||||
|
@ -95,9 +100,10 @@ pebibyte
|
||||||
stdout
|
stdout
|
||||||
[Ss]ubaggregation
|
[Ss]ubaggregation
|
||||||
[Ss]ubcalculation
|
[Ss]ubcalculation
|
||||||
|
[Ss]ubcollectors?
|
||||||
[Ss]ubcommands?
|
[Ss]ubcommands?
|
||||||
[Ss]ubfield
|
[Ss]ubfield
|
||||||
[Ss]ubquery
|
[Ss]ubquer(y|ies)
|
||||||
[Ss]ubstrings?
|
[Ss]ubstrings?
|
||||||
[Ss]ubtag
|
[Ss]ubtag
|
||||||
[Ss]ubtree
|
[Ss]ubtree
|
||||||
|
|
Loading…
Reference in New Issue