Open ViktoriaGordeevaVG opened 1 month ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
97.9% Coverage on New Code
0.0% Duplication on New Code
@Richargh maybe you can try it out :) ?
I will but not right now. I am technically on vacation until Tuesday next week :)
Merge multiple project files into multiple project outputs (MIMO)
Issue: #3742
Description
The new -mimo command-line argument allows merging multiple files with the same prefix into separate output files. Files are matched based on their prefix before the first dot (e.g., prj1.sonar.cc.json and prj1.git.cc.json are matched because of the common prj1 prefix). If a file cannot be matched, the program suggests similar file names with a Levenshtein distance of less than 3 to help the user identify potential typos. This ensures a more flexible and error-tolerant merge process.
Definition of Done
A PR is only ready for merge once all the following acceptance criteria are fulfilled: