flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
944 stars 84 forks source link

Added support for lines that contain the phrase TODO #82

Closed the-jake-z closed 7 years ago

the-jake-z commented 7 years ago

Added a simple regular expression to find lines that contain the string "TODO" and include them in the totals.

flosse commented 7 years ago

That's pretty cool! Would you mind to add some test cases?

the-jake-z commented 7 years ago

I used some of your existing files that had ToDo's in them and updated the test file.

flosse commented 7 years ago

@jzarob thanks a lot!