Bug 470832

Summary: If clazy-standalone fails for one file no fixes are written
Product: [Developer tools] clazy Reporter: Andre Woebbeking <woebbeking>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: smartins
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Andre Woebbeking 2023-06-09 15:39:45 UTC
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é