-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Motivation
See #93
At the moment, usethis show sonarqube-config requires [tool.usethis.sonarqube] and [tool.coverage.xml.output] to be specified, but there's no way to do that declaratively at the moment. A few thoughts here:
- Maybe
[tool.coverage.xml.output]can be standardized/assumed if not provided. [tool.usethis.sonarqube]could be set using ausethis setinterface or something like that; or possibly via a CLI arg tousethis tool sonarqube, which is mandatory if[tool.usethis.sonarqube]does not yet exist.- It's not clear what to do if the
coveragetool is not being used - are we still going to assume that this[tool.coverage.xml.output]section needs to exist? - In general this
showcommand feels a bit contingent on having already decided to use the sonarqube tool - should we callusethis tool sonarqubeimplicitly perhaps?
Summary of desired enhancement
Consider the above and decide on how to proceed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request