Skip to content

Commit

Permalink
Ignore Operator references in the spellcheck (#46259)
Browse files Browse the repository at this point in the history
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 authored Sep 4, 2024
1 parent 564c245 commit 17b395e
Showing 1 changed file with 3 additions and 69 deletions.
72 changes: 3 additions & 69 deletions docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,73 +844,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",
"specterraform",
"specteams",
"spectpm",
"spectpmallow",
"spfile",
"spiffe",
"splunkd",
Expand Down Expand Up @@ -1068,6 +1001,7 @@
"hte"
],
"ignorePaths": [
"**/reference/terraform-provider/**"
"**/reference/terraform-provider/**",
"**/reference/operator-resources/**"
]
}
}

0 comments on commit 17b395e

Please sign in to comment.