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.82k stars 248 forks source link

Added duplicate code extension to options and fixed typo in readme. #320

Closed BjrnJhsn closed 3 years ago

BjrnJhsn commented 3 years ago

I could'nt find the duplicate code detector extension in the options so I added it.

terryyin commented 3 years ago

Great if you find the duplicate detection extension useful. I haven't finish implementing it to the level that I'm confident to share with large audience yet... that's why it's not in the readme yet...

BjrnJhsn commented 3 years ago

Ah, ok, I see. I haven't tried it in depth, but I found it useful. Let's wait with this then.