Skip to content

Improve performance by making LintTask incremental #264

@mateuszkwiecinski

Description

@mateuszkwiecinski

Looking at the source code, running the lintKotlin will result in all the sources being checked on each task re-run.

To improve the performance, LintTask could run against changed files only (documentation)

If this gets implemented, a similar thing could be adopted for formatKotlin task (with slightly bigger effort due to overlapping inputs and outputs), but could help implementing: #155 (or not? not sure what's the desired direction there)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions