Skip to content

Commit

Permalink
Apply review comments #3685
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereboss committed Sep 11, 2024
1 parent c24ff0c commit ffa5e30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Added 🚀

- Added a new `--rename-mcc` flag to the StructureModifier that can be used to change the name of the mcc metric to complexity or sonar_complexity [#3728](https://github.com/MaibornWolff/codecharta/pull/3728)
- Add a new `--rename-mcc` flag to the StructureModifier that can be used to change the name of the mcc metric to complexity or sonar_complexity [#3728](https://github.com/MaibornWolff/codecharta/pull/3728)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion analysis/filter/StructureModifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Structure Modifier is used to modify the structure of .cc.json files. It ena
- Remove nodes from a project: The resulting project will not include these nodes and their children.
- Declare a node as root: This means that the chosen node will become the root node of the resulting sub-project.
- Move nodes within the project: All children of the source node will be transferred to the destination node.
- Rename the mcc metric to complexity or sonar_complexity (they have previously been renamed to mcc).
- Rename the mcc metric to complexity or sonar_complexity (revert the previous renaming to mcc).
- Print the hierarchy of the project: Prints the hierarchy into the console in a human-readable format.

The edges and blacklist entries associated with moved/removed nodes will be altered as well, while all attribute types will be copied.
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/_docs/03-14-structuremodifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Structure Modifier is used to modify the structure of .cc.json files. It ena
- Remove nodes from a project: The resulting project will not include these nodes and their children.
- Declare a node as root: This means that the chosen node will become the root node of the resulting sub-project.
- Move nodes within the project: All children of the source node will be transferred to the destination node.
- Rename the mcc metric to complexity or sonar_complexity (they have previously been renamed to mcc).
- Rename the mcc metric to complexity or sonar_complexity (revert the previous renaming to mcc).
- Print the hierarchy of the project: Prints the hierarchy into the console in a human-readable format.

The edges and blacklist entries associated with moved/removed nodes will be altered as well, while all attribute types will be copied.
Expand Down

0 comments on commit ffa5e30

Please sign in to comment.