Write your own Kotlin lint checks! | Tor Norbye

Поділитися
Вставка
  • Опубліковано 25 чер 2024
  • Recording brought to you by American Express. americanexpress.io/kotlin-jobs
    Android Lint is a static analysis tool which supports analyzing Kotlin code, Java code, and soon, KMP.
    With 500 built-in checks, it ships with Android Studio and runs in the code editor and as part of the build system and is therefore used by millions of developers. But it's not only used to analyze Android apps and the Android platform; despite the name, it's not actually Android specific -- it's also used to analyze server Kotlin and Java code inside of Google!
    In this talk, Tor Norbye will cover the basic features of Android Lint and then show how you can easily extend lint by writing your own checks.
  • Наука та технологія

КОМЕНТАРІ • 5

  • @eatthepi
    @eatthepi Місяць тому +6

    Happy to see this presentation. But this video made me nervous; Tor is a treasure we can't lose. Best wishes on a swift recovery!

  • @TrietBui
    @TrietBui Місяць тому +4

    Is it easier if we write Lint check via Detekt? From my experience, Detekt check is much faster than Android Lint check.

  • @kienvu4690
    @kienvu4690 Місяць тому

    Imagine how an AI lint tool could do