-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
A linter runs for the Dart code and Objective-C/Swift code in the flutter/plugins and flutter/packages repos.
This issue tracks enabling it for Java and Kotlin.
We should be able to just use the command provided by gradle:
See https://developer.android.com/studio/write/lint
gradlew lint
./gradlew lint
I would imagine we would initially need a config file to exclude plugins and fix the lint warnings incrementally.
cc @camsim99 @reidbaker @stuartmorgan FYI
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically