Commit 069724f
committed
Explicitly tell clang-tidy where the config file is
For some reason clang-tidy will behave differently when run from
different current directories if the config file is not set explicitly.
It is supposed to find the source files to check in the
compile_commands.json file and find the config from there, but
apparently that is not the whole truth!?1 parent 3bc0f67 commit 069724f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
0 commit comments