* Implement lines of code metric based on token inspection
* Reimplement LongMethod rule with the new lines of code method
* Reimplement LargeClass rule based on new lines of code methods
* Fix nested loc count calculation for LongMethod
* Increase thresholds based on Pmd minus 40% of reduced boilerplate when writing kotlin code
* Do not reuse rules in single rule runner to avoid ConcurrentModificationException's