A result of the class_length doesn't show namespaces, and the class_length doesn't count comments of inner classes correctly. by ebihara99999 · Pull Request #34 · ebihara99999/code_keeper
Fix the bugs and make improvements as follows: The result doesn't show namespace. Doesn't count module length. RootClass length is wrong because there is a comment in inner nodes. It'...