dev.teogor.ceres.android.lint
Owner: Teodor Grigor
Enforce code quality and best practices for Android projects using Ceres conventions.
https://source.teogor.dev/ceres
Sources: https://github.com/teogor/ceres
Version 1.0.0-alpha05 (latest)
1.0.0-alpha05
Created 15 April 2024.
Enforce code quality and best practices for Android projects using Ceres conventions.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.teogor.ceres.android.lint") version "1.0.0-alpha05"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.teogor.ceres.plugin:library-convention:1.0.0-alpha05") } } apply(plugin = "dev.teogor.ceres.android.lint")
- Applying plugins to all subprojects .