MaibornWolff / codecharta

CodeCharta is a visualization tool that transforms complex software architecture and code metrics into interactive, customizable visual maps, empowering everyone to communicate and analyze your codebase. Improve code quality, maintainability, and architectural decisions
https://maibornwolff.github.io/codecharta/
BSD 3-Clause "New" or "Revised" License
193 stars 30 forks source link

#3742 Merge multiple project files into multiple project outputs (MIMO) #3800

Open ViktoriaGordeevaVG opened 1 month ago

ViktoriaGordeevaVG commented 1 month ago

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:

sonarcloud[bot] commented 5 days ago

Quality Gate Passed Quality Gate passed for 'CodeCharta Visualization'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

sonarcloud[bot] commented 5 days ago

Quality Gate Passed Quality Gate passed for 'CodeCharta Analysis'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
97.9% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

phanlezz commented 5 days ago

@Richargh maybe you can try it out :) ?

Richargh commented 4 days ago

I will but not right now. I am technically on vacation until Tuesday next week :)