We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b15bef commit 0252a86Copy full SHA for 0252a86
1 file changed
README.md
@@ -222,6 +222,11 @@ or `-j`:
222
args: [--checks=.clang-tidy, --version=21, --jobs=4]
223
```
224
225
+> [!WARNING]
226
+> When using `--jobs`/`-j`, avoid sharing options that write to a single output file
227
+> (for example `--export-fixes=fixes.yaml`) across parallel `clang-tidy` invocations.
228
+> If you need `--export-fixes`, ensure each job writes to a unique file path to avoid
229
+> corrupted or overwritten outputs.
230
Alternatively, if you want to run the hooks manually on only the changed files, you can use the following command:
231
232
```bash
0 commit comments