Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
784 stars 50 forks source link

Linter for all modules #521

Closed Jolanrensen closed 8 months ago

Jolanrensen commented 8 months ago

Fixes https://github.com/Kotlin/dataframe/issues/520.

When reviewing https://github.com/Kotlin/dataframe/pull/516 I noticed we didn't have a linter enabled for all modules. This PR enabled kotlinter for all modules (except jdbc as @zaleslaw is actively working on it), plus it fixes any linting issues encountered along the way.