Details
Description
after implementing sonar into our release process we noticed that sonar is complaining about missing blame information
[INFO] [WARNING] Missing blame information for the following files:
I've seen that in MRELEASE-993 this new type of checkout was introduced and it mentions that "per default" the checkout will use the shallow clone. to me, it sounds that this is an option that can be configured, but after taking a look in the code I see that true is hardcoded
i would propose to make this option configurable and have a default of true that can be changed when needed, e.g. in the case during the release sonarqube is called which needs the full history.
Attachments
Issue Links
- is related to
-
MRELEASE-1099 Use shallow checkout/clone during release:perform
- Closed
- relates to
-
MRELEASE-993 Use shallow checkout per default (git scm)
- Closed
- links to