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

nloc warnings not highlighted in html output #279

Closed tobias-klein closed 4 years ago

tobias-klein commented 4 years ago

When using the html output with a command like lizard -H -Tnloc=50 -Tcyclomatic_complexity=10 the nloc threshold warnings are not highlighted in the output, but only the cyclomatic complexity warnings. This has been tested based on the latest revision from master (fe1f65046dd26ffebb08de7cf544c146e566862c).

terryyin commented 4 years ago

Thanks for reporting. The bug is fixed.