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

about filename in whitelizard.txt #62

Closed mythnc closed 8 years ago

mythnc commented 9 years ago

Actually, it's path not filename. You have to type the path instead of only filename. I think the explanation in readme is too vague

terryyin commented 8 years ago

Hi @mythnc , Thanks for the idea and sorry for the super late reply. I've updated the README and added "Please notice that if you assign the file pathname, it need to be exactly the same relative path as Lizard find the file. An easy way to get the file pathname is copy it from the Lizard warning output."

I also updated the example a bit.

mythnc commented 8 years ago

Thank you for updating :+1: