mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* First draft of refactoring VarCouldBeVal to scan file- and class-level properties; Added checks in VarCouldBeVal to avoid flagging escaped object literals * Added more tests and fixed failing ones * Addressing PR comments * Added @Parameter to ignore list for internal Detekt scanning; Fixed Detekt issues * Addressing PR comment