terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

Maintainibility index #245

Open rbhip opened 5 years ago

rbhip commented 5 years ago

Hi Terry, I am trying to look for a tool that can calculate Maintainability Index for C++ code. I found this via google search. https://sourceforge.net/projects/maintainabilityindex/

This seems to based on lizard.

Does the original Lizard tool support Maintainability index ??

terryyin commented 5 years ago

Not yet, as I haven't got time to reply and accept pull request form this author:-)

rbhip commented 5 years ago

Hi Terry, one more Question. Is it possible to run lizard on Linux machines? I gues the Code Needs to be recompiled??

terryyin commented 5 years ago

OMG, it has been 13 days...

Of course you can run it on Linux machine. Just get the source or pip install lizard. No need to compile.