FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Clean Dokka output with Gradle task #512

Closed FWDekker closed 9 months ago

FWDekker commented 9 months ago

Provides a workaround for Kotlin/dokka#3398 by adding a finalizing task to dokkaHtml that (1) removes excessive newlines, and (2) removes .git and .idea directories which are copied by Dokka.

codecov[bot] commented 9 months ago

Codecov Report

Merging #512 (59cf0ba) into main (1c4ef72) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/512/graphs/tree.svg?width=650&height=150&src=pr&token=HXVFGMwtwv&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Florine+W.+Dekker)](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/512?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Florine+W.+Dekker) ```diff @@ Coverage Diff @@ ## main #512 +/- ## ======================================= Coverage 85.09% 85.09% ======================================= Files 51 51 Lines 1992 1992 Branches 335 335 ======================================= Hits 1695 1695 Misses 234 234 Partials 63 63 ```