Remove custom lint detectors registration from kotlin lint

#KT-14970 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2017-04-12 19:09:32 +03:00
parent 2a8933e5a0
commit d8fdd04e7f
@@ -431,8 +431,6 @@ public class LintDriver {
return;
}
registerCustomDetectors(projects);
if (mScope == null) {
mScope = Scope.infer(projects);
}