Remove custom lint detectors registration from kotlin lint
#KT-14970 Fixed
This commit is contained in:
@@ -431,8 +431,6 @@ public class LintDriver {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
registerCustomDetectors(projects);
|
|
||||||
|
|
||||||
if (mScope == null) {
|
if (mScope == null) {
|
||||||
mScope = Scope.infer(projects);
|
mScope = Scope.infer(projects);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user