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

Modern Dokka #505

Closed FWDekker closed 9 months ago

FWDekker commented 9 months ago

Modernises the Dokka setup:

In the process, I also discovered and reported Kotlin/dokka#3398.

Also, rewrites the security policy. The most relevant change here is that vulnerabilities should preferably be reported through GitHub's reporting system instead of mailing it to a private email address. (Though I will still see emails to the old address.)

Also bumps a few dependencies.

codecov[bot] commented 9 months ago

Codecov Report

Merging #505 (a7a7756) into main (dd6ca0e) will increase coverage by 0.04%. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/505/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/505?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 #505 +/- ## ========================================== + Coverage 85.04% 85.09% +0.04% ========================================== Files 52 51 -1 Lines 1993 1992 -1 Branches 335 335 ========================================== Hits 1695 1695 + Misses 235 234 -1 Partials 63 63 ```