Skip to content

Commit

Permalink
Merge pull request #41 from krystal/fix/acronyms
Browse files Browse the repository at this point in the history
fix: case insensitive dictionary words, allow more acronyms
  • Loading branch information
bencromwell authored Nov 25, 2024
2 parents 6b15a95 + 1b6c3f0 commit 6789f9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
18 changes: 12 additions & 6 deletions styles/config/vocabularies/Technical/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ cPanel('s)?
CPU[s]?
CRD[s]?
cron
CSS
CSIDriver
CVEs?
Cyberduck
Expand All @@ -68,12 +69,13 @@ data's
[Dd]enylist[s]?
[Dd]ev
Deepspeed
DELETE
(?i)DELETE
DHCP
DigiCert
DNS
Dockerfile[s]?
dockershim
[Dd]ropdown
[Ee]gress(|es|ed|ing)
[Ee]thernet
Enom
Expand All @@ -100,7 +102,7 @@ Gemfile
[Gg]eocod(e|er|ing)
[Gg]ibibyte[s]?
GB
GET
(?i)GET
GIF
GitHub
Godep
Expand All @@ -122,7 +124,7 @@ HPA[s]?
(HTTPS|https)
[Hh]yperparameters?
Icinga
ID
(?i)ID
[Ii]dempotence
[Ii]mpactful
Infiniband
Expand All @@ -137,6 +139,7 @@ Jinja
[Jj]ournaling
journalctl
JPG
JS
JWT
Kaniko
Kartograph
Expand Down Expand Up @@ -203,20 +206,21 @@ Ooma
OS
ownCloud
Papertrail
(?i)PATCH
PayPal
PB
PDF(|s|'s)?
pgAdmin
PgBouncer
Pgpool
pgRouting
PUSH
PUT
(?i)PUSH
(?i)PUT
plaintext
[Pp]laybook[s]?
Plesk
PNG
POST
(?i)POST
Postgre(s|SQL)
[Pp]arsable
[Pp]asscode[s]?
Expand All @@ -235,6 +239,7 @@ Punycode
PVC
pydo
qcow
QEMU
Rackspace
Razer
recommender
Expand Down Expand Up @@ -268,6 +273,7 @@ SSD[s]?
[Ss]erverless
ssh-copy-id
[Ss]hortcode[s]?
[Ss]truct[s]?
[Ss]ubcommand[s]?
[Ss]ubfolder[s]?
[Ss]ubnet(|s|work|works)
Expand Down
1 change: 1 addition & 0 deletions styles/ignore/spelling-ignorelist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
etc

0 comments on commit 6789f9e

Please sign in to comment.