Skip to content

Commit

Permalink
Ignore Operator references in the spellcheck
Browse files Browse the repository at this point in the history
Backports #46259

Teleport Operator reference docs contain a large number of internal link
references that fail the spell checker. Until we find a more scalable
spell check workflow (#46191), ignore these reference docs in the spell
checker.
  • Loading branch information
ptgott committed Sep 5, 2024
1 parent a96dbb1 commit 07c8c64
Showing 1 changed file with 7 additions and 68 deletions.
75 changes: 7 additions & 68 deletions docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -855,72 +855,6 @@
"snowsql",
"spacectl",
"spacelift",
"specallow",
"specallowdb",
"specallowimpersonate",
"specallowjoin",
"specallowkubernetes",
"specallowrequest",
"specallowrequestclaims",
"specallowrequestthresholds",
"specallowrequire",
"specallowreview",
"specallowrules",
"specallowspiffe",
"specassertion",
"specattributes",
"specaudit",
"specauditnotifications",
"specauditrecurrence",
"specazure",
"specazureallow",
"speccircleci",
"speccircleciallow",
"specclaims",
"specclient",
"speccloud",
"specdeny",
"specdenydb",
"specdenyimpersonate",
"specdenyjoin",
"specdenykubernetes",
"specdenyrequest",
"specdenyrequestclaims",
"specdenyrequestthresholds",
"specdenyrequire",
"specdenyreview",
"specdenyrules",
"specdenyspiffe",
"specgcp",
"specgcpallow",
"specgithub",
"specgithuballow",
"specgitlab",
"specgitlaballow",
"specgrants",
"speckubernetes",
"speckubernetesallow",
"speckubernetesstatic",
"specmappings",
"specmembership",
"specoidc",
"specoptions",
"specoptionscert",
"specoptionsidp",
"specoptionsidpsaml",
"specoptionsrecord",
"specowner",
"specowners",
"specownership",
"specrotation",
"specrotationschedule",
"specsaml",
"specsigning",
"specspacelift",
"specspaceliftallow",
"specteams",
"spectpm",
"spectpmallow",
"spfile",
"spiffe",
"splunkd",
Expand Down Expand Up @@ -1073,6 +1007,11 @@
"zxvf",
"zztop"
],
"flagWords": ["hte"],
"ignorePaths": ["**/reference/terraform-provider/**"]
"flagWords": [
"hte"
],
"ignorePaths": [
"**/reference/terraform-provider/**",
"**/reference/operator-resources/**"
]
}

0 comments on commit 07c8c64

Please sign in to comment.