Skip to content

Package rules as Detekt plugin (skinny) #74

@runmael

Description

@runmael

Is your feature request related to a problem? Please describe.
While running CI/CD, one of the steps is to download latest version of Detekt jar file (~60MB) from the official github Detekt page. This jar is used to run Detekt rules. If we want to also use compose-rules, it is needed to download another ~60MB jar file which mainly consists of already available rules from the first jar (this file cannot be run on its own, it is still provided as a plugin). So it seems that there is a download waste which could be avoided.

Describe the solution you'd like
Package rules as skinny jar, similar as detekt-formatting plugin is doing

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions