Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Lizard scanner - Complexity / File measure exception for each file #54

Open
keithpk opened this issue Jan 11, 2018 · 4 comments
Open

Lizard scanner - Complexity / File measure exception for each file #54

keithpk opened this issue Jan 11, 2018 · 4 comments

Comments

@keithpk
Copy link

keithpk commented Jan 11, 2018

Reopening as this is not resolved:
#21

@keithpk
Copy link
Author

keithpk commented Jan 11, 2018

Long story short, many complexity keys have been deprecated in 6.7. It looks like only cyclomatic complexity is now supported:

https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/measures/CoreMetrics.java

@xsolo
Copy link

xsolo commented Jan 12, 2018

+1

@stonedauwg
Copy link

+2

@Pavel87
Copy link

Pavel87 commented Mar 12, 2018

I have made a workaround which will skip these deprecated metrics:
#59.
This is rather lizard issue as lizard is generating the xml and this plugin just parse through the report.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants