Makman2 / TE3D

A 3D engine for the terminal.
GNU General Public License v3.0
5 stars 0 forks source link

Add filters for codeChecker, define code style #16

Open sils opened 10 years ago

sils commented 10 years ago

We can do some very fancy things with this tool.

Some Ideas:

Maybe apply some of these rules automatically with the tool? Would need some rewriting. Or maybe suggest changes to programmer.

sils commented 10 years ago

I implemented a keywordFilter which can check for an arbitrary amount of keywords. Currently in the list: BUG, TODO, FIXME

More filters will follow.