IncrementLint icon indicating copy to clipboard operation
IncrementLint copied to clipboard

fnLintTask.dependsOn(compileSources)

Open designDo opened this issue 5 years ago • 4 comments

如果添加git hooks ,每次Check都要执行 compileDebugSources任务,会不会造成提交过慢。现在是直调用 LintGradleClient 的run方法,是否可以去掉 fnLintTask.dependsOn(compileSources)?

designDo avatar Apr 17 '19 03:04 designDo