Open spotlesscoder opened 2 months ago
@spotlesscoder,
Thank you for the suggestions! If you are up for it, we could use your help. It is very easy to add them to the word lists. I have added links below. If you follow the links and click the edit button, (after forking) add the words to the end of the files, they will get auto sorted after the PRs are landed. No need to download or build anything.
Redis Database
- rediss (probably only whitelist when followed by :// for the redis secure protocol handler - we do not want to have mistyped "Redis" with duplicate s in other locations than rediss:// URLs)
This one is not so easy. There isn't a way to add a qualifier. Most URLs should already be ignored. Do you have some examples? It might be necessary to expand the URL detection.
Vs Code
- devcontainer
Please add this to: https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/software-terms/src/coding-terms.txt
It is common enough.
Azure
- keyvault
- azurecr (Azure Container Registry)
- azurerm (Azure Resource Manager)
- azurewebsites (azurewebsites.net domain)
- swedencentral (Sweden Central Location in Azure)
There are a couple of options here:
keyVault
, azureCR
, azureRM
, azureWebsites
, SwedenCentral
In coding environments (with case sensitivity turned off), they will still match against their lowercase versions: keyvault
.Terraform
- tfvars (Terraform Variables File)
- tfstate (Terraform State)
Please add them to: https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/terraform/src/terraform.txt
rediss://localhost rediss://username:password@myserver.domain.tld/1
should be examples for valid URLs
sorry it took me so long - was very busy what should we do with the rediss protocol handler now?
Redis Database
Vs Code
Azure
Terraform