Skip to content

Commit 25a937f

Browse files
authored
fix: Fix race condition when scanning for nested config files. (#6825)
1 parent 601a144 commit 25a937f

File tree

5 files changed

+747
-75
lines changed

5 files changed

+747
-75
lines changed

integration-tests/config/config.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,12 @@
159159
{
160160
"path": "Azure/azure-rest-api-specs",
161161
"url": "https://github.com/Azure/azure-rest-api-specs.git",
162+
"uniqueOnly": false,
162163
"args": [
163-
"--config=cSpell.json",
164+
"--config=cspell.json",
164165
"**/*.{md,ts,js}"
165166
],
166-
"commit": "f8a6ecd39798b8e1e7c62c475d678bafb6e6f915"
167+
"commit": "5f84fd4cb51170b038e4f3987970ed1aecc55ab2"
167168
},
168169
{
169170
"path": "pycontribs/jira",

0 commit comments

Comments
 (0)