Originally reported by: Anonymous
It would be nice to have a checker checking whether all functions end with a return-statement. The trivial statement
'return '
should be allowed, too. This feature should be optional and by default be turned off in the config file, e.g.
'min-returns=0'.