Files
detekt/detekt-rules
Niraj Palecha e0407049e1 LongMethod: disregard params in method definition (#2806)
* failing tests for #2804 LongMethod with params

* fix test

* skipTrees for KtParameterList for linesOfCode

* use test snippets that compile

* [ci ckip] use fun body for LongMethod
- revert changes in LinesOfCode.kt
- still need to update nested methods

* remove unused import

* add functionToBodyLinesCache to track fun body length

* remove spaces from test asserts
2020-06-22 17:37:32 +02:00
..