How do you do CI for linting / code inspection for Kotlin code? For example, Intellij IDEA's "code inspection"?

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rules_kotlin

    Bazel rules for Kotlin

    We use rules_kotlin which has rules for running ktlint.

  • pre-commit-jvm

    A collection of git hooks for the JVM to be used with the pre-commit framework.

    Was just thinking about this topic this week. I'm considering using https://github.com/dustinsand/pre-commit-jvm to run detekt and ktlint on changed files.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts