You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: