https://bugs.kde.org/show_bug.cgi?id=470832
Bug ID: 470832 Summary: If clazy-standalone fails for one file no fixes are written Classification: Developer tools Product: clazy Version: unspecified Platform: openSUSE OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: woebbek...@kde.org CC: smart...@kde.org Target Milestone: --- 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é -- You are receiving this mail because: You are watching all bug changes.