Bug 470832 - If clazy-standalone fails for one file no fixes are written
Summary: If clazy-standalone fails for one file no fixes are written
Status: REPORTED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-09 15:39 UTC by Andre Woebbeking
Modified: 2023-06-09 15:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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é