Skip to content

Commit 8a0153e

Browse files
committed
Exclude vendor directory from codespell
CI installs gems to vendor/bundle, which contains third-party code with spelling variations that should not be flagged.
1 parent aa5e5cf commit 8a0153e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dev = [
1616
release = ["cyclonedx-bom>=7.2.1"]
1717

1818
[tool.codespell]
19-
skip = "coverage,coverage.xml,coverage.json,pnpm-lock.yaml,tmp,dist,node_modules,*.cdx.json"
19+
skip = "coverage,coverage.xml,coverage.json,pnpm-lock.yaml,tmp,dist,node_modules,*.cdx.json,vendor"
2020
ignore-words-list = "AKS,CrossReference,Nd,Wont,WONT"

0 commit comments

Comments
 (0)