Skip to content

Commit

Permalink
fix: Fix race condition when scanning for nested config files. (#6825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 26, 2025
1 parent 601a144 commit 25a937f
Show file tree
Hide file tree
Showing 5 changed files with 747 additions and 75 deletions.
5 changes: 3 additions & 2 deletions integration-tests/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,12 @@
{
"path": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs.git",
"uniqueOnly": false,
"args": [
"--config=cSpell.json",
"--config=cspell.json",
"**/*.{md,ts,js}"
],
"commit": "f8a6ecd39798b8e1e7c62c475d678bafb6e6f915"
"commit": "5f84fd4cb51170b038e4f3987970ed1aecc55ab2"
},
{
"path": "pycontribs/jira",
Expand Down
Loading

0 comments on commit 25a937f

Please sign in to comment.