Skip to content

Commit

Permalink
fix: Add words to companies, npm and software-terms dictionnaries (#3864
Browse files Browse the repository at this point in the history
)
  • Loading branch information
VictorRos authored Dec 16, 2024
1 parent 25df9a2 commit 26faf0e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dictionaries/companies/src/companies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ CBS Corporation
CC Media Holdings, Inc.
CDNS
CDW Corporation
Cegid
Celanese
Celanese Corporation
Celgene Corporation
Expand All @@ -329,6 +330,7 @@ Certum
CF Industries Holdings Inc
CF Industries Holdings, Inc.
CFE
CFONB
CH2M HILL Companies, Ltd.
Chalmers University of Technology
Chambersign
Expand Down Expand Up @@ -646,6 +648,7 @@ Express Scripts Holding
Extra Space Storage
Exxon Mobil
Exxon Mobil Corp.
EY
F5 Networks
Facebook, Inc.
Family Dollar Stores, Inc.
Expand Down Expand Up @@ -1004,6 +1007,7 @@ Korea Electric Power
Korea Gas
Korea Institute of Science and Technology
Korea University
KPMG
Kraft Foods
Kraft Foods Group, Inc.
Kraft Heinz
Expand Down Expand Up @@ -1263,6 +1267,7 @@ NextEra Energy, Inc.
NFLX
Nginx International Limited
Nginx Software, Inc.
Nginxinc
Nielsen Holdings
NII Holdings, Inc.
Nike, Inc.
Expand Down Expand Up @@ -1458,6 +1463,7 @@ PulteGroup
PulteGroup, Inc.
Purdue University
PVH Corp.
PwC
PYPL
Qatar University
QCOM
Expand Down
20 changes: 19 additions & 1 deletion dictionaries/npm/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,25 @@
"overrides": [
{
"filename": "**/package.json",
"dictionaries": ["npm"]
"dictionaries": ["npm"],
"ignoreRegExpList": ["npm-scripts"],
"patterns": [
{
"name": "npm-scripts",
"pattern": ["pre-npm-scripts", "post-npm-scripts"],
"description": "Matches any NPM pre and post scripts from NPM lifecycle."
},
{
"name": "pre-npm-scripts",
"pattern": "/\"pre[^\"]+\":/",
"description": "Matches any NPM pre scripts from NPM lifecycle."
},
{
"name": "post-npm-scripts",
"pattern": "/\"post[^\"]+\":/",
"description": "Matches any NPM post scripts from NPM lifecycle."
}
]
}
]
}
1 change: 1 addition & 0 deletions dictionaries/software-terms/src/computing-acronyms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ JSON
JSONLD
JWKS
JWT
KEDA
LPSTR # Long Pointer to String
LSM
LTS
Expand Down
1 change: 1 addition & 0 deletions dictionaries/software-terms/src/software-terms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,7 @@ preprocessors
prepublish
prettyprint
prev
printenv
printf
printscreen
private
Expand Down
9 changes: 9 additions & 0 deletions dictionaries/software-terms/src/software-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ greasemonkey
groupadd
groupdel
groupmod
grype
gunzip
gzip
hadolint
Halp
haproxy
HashiCorp
Expand All @@ -124,6 +126,7 @@ HipChat
homebrew
Horovod
hostnamectl
htmlhintrc
httpbin
httpie
Hunspell
Expand Down Expand Up @@ -182,6 +185,7 @@ Mailtrap
Mandriva
Mangeia
Manjaro
markdownlint
MegaLinter
Microsoft
minikube
Expand All @@ -201,6 +205,7 @@ Nagios
nano
NATS
Neovim
NestJS
NetBSD
Netlify
New Relic
Expand Down Expand Up @@ -273,7 +278,9 @@ scapy
sddm
Secretlint
secretlintignore
secretlintrc
Sharpier
shellcheckrc
SlackAPI
SmartOS
snmpd
Expand All @@ -286,6 +293,7 @@ SQLite
sshd
sssd
stylelint
stylelintrc
SVGO
syslog
sysmon
Expand All @@ -304,6 +312,7 @@ Trello
trex
Trivy
trivyignore
trufflehog
tsbuild
tsbuildinfo
tsconfig
Expand Down

0 comments on commit 26faf0e

Please sign in to comment.