streetsidesoftware / cspell-dicts

Various cspell dictionaries
Other
218 stars 205 forks source link

Add more software dev related words to the default dicts #3499

Open spotlesscoder opened 2 months ago

spotlesscoder commented 2 months ago

Redis Database

Vs Code

Azure

Terraform

Jason3S commented 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:

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

spotlesscoder commented 2 months ago

rediss://localhost rediss://username:password@myserver.domain.tld/1

should be examples for valid URLs

spotlesscoder commented 3 weeks ago

sorry it took me so long - was very busy what should we do with the rediss protocol handler now?