Skip to content

Commit

Permalink
Correctly add apidocs to ignorePath
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj committed Feb 23, 2024
1 parent 8b56489 commit 4398a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cspell/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
],
"ignorePaths": [
// We cannot easily control these API docs since they live in other repositories.
"docs/api/qiskit/**/*.md*",
"docs/api/qiskit-ibm-runtime/**/*.md*",
"docs/api/qiskit-ibm-provider/**/*.md*"
"../docs/api/qiskit/**/*.md*",
"../docs/api/qiskit-ibm-runtime/**/*.md*",
"../docs/api/qiskit-ibm-provider/**/*.md*"
]
}

0 comments on commit 4398a20

Please sign in to comment.