I'm trying to add lizard report (https://github.com/terryyin/lizard) to sonar in order to create issues over functions are over a threshold
There are any way to achieve that?
I'm trying to add lizard report (https://github.com/terryyin/lizard) to sonar in order to create issues over functions are over a threshold
There are any way to achieve that?
Sonar have his own cyclomatic-complexity calculation, so I dont need to import external report (lizard).
To create issue is as easy as activate new rules on Quality Profiles with tag brain-overload: