You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
I tried to use sonar-groovy to perform code analysis on our Jenkins pipeline lib written with groovy, but seems it doesn't detect the code duplications. Does it?
The text was updated successfully, but these errors were encountered:
It does, at least sonar automatically does it with this plugin enabled. Not sure if the groovy plugin itself affects duplications in anyway.
Only problem is the duplication detection is odd with groovy. Sometimes it believes import statements are duplicated between different files which you can't do anything about. So you can only ignore the file from duplicates or increase the quality gate thresholds.
I tried to use sonar-groovy to perform code analysis on our Jenkins pipeline lib written with groovy, but seems it doesn't detect the code duplications. Does it?
The text was updated successfully, but these errors were encountered: