iFanie/Intervention
Annotation based Android lint check generation
This helps Android developers enforce consistent coding practices and conventions across their projects. By defining custom annotations, you can automatically detect and flag specific code patterns, like direct calls to 'setContentView' or 'Toast.makeText', and suggest using your preferred extension functions instead. The output is a detailed lint report highlighting problematic code and providing suggestions for improvement. This tool is for Android app developers working with Kotlin.
No commits in the last 6 months.
Use this if you want to standardize your Kotlin Android codebase by defining custom lint checks that guide developers to use specific extension functions or adhere to project-defined coding conventions.
Not ideal if you are looking for pre-built lint checks or do not need to enforce custom, project-specific coding patterns for Android development.
Stars
24
Forks
—
Language
Kotlin
License
Apache-2.0
Category
Last pushed
Jan 12, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/iFanie/Intervention"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
square/kotlinpoet
A Kotlin API for generating .kt source files.
dromara/fast-request
IntelliJ IDEA plugin Fast Request
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Kotlin/kotlinx-schema
Kotlin Multiplatform library that generates JSON Schemas from your methods and classes both at...
cnrture/QuickProjectWizard
🚀 Ultimate Android development companion for Android Studio. Create projects with modern...