-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#34: Implemented ToolCommandlet for SonarQube #216
#34: Implemented ToolCommandlet for SonarQube #216
Conversation
# Conflicts: # cli/src/main/java/com/devonfw/tools/ide/commandlet/CommandletManagerImpl.java # cli/src/main/java/com/devonfw/tools/ide/tool/ToolCommandlet.java # cli/src/main/resources/nls/Ide.properties
Pull Request Test Coverage Report for Build 8250164514Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KGoroll1 Thank your for your PR. Excellent work - looking very good 👍
I left you a hint what I guess to fix the linux/mac error.
…onarQube' into feature/implementToolCommandletSonarQube
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KGoroll1 thanks for your PR. Great work and looking good to me 👍
Regarding the documentation of the commandlets we recently agreed that we stop to redundantly document commandlets in asciidoc as we now have a better help and that should be the source of truth so we can avoid the redundant overhead maintaining the asciidocs that do not add further value.
I will have to check our DoD. In IDEasy the DoD needs to be different to the one in devonfw-ide. I assume that we do not have a DoD in IDEasy so I will have to create a story to add it.
closes #34
The sonar commandlet has been implemented.
Addressed issue: #34