Hi, I'm running clazy 1.11 and I use find . -name "*cpp" | xargs clazy-standalone --checks=old-style-connect --export-fixes=fixes.yaml -p compile_commands.json to convert old style connects to new syntax. If clazy-standalone fails for one CPP (because it isn't in the JSON file) no fixes.yaml is written. I've to delete the non contained CPP and run clazy-standalone again. Please write the fixes in every case. Cheers, André