detekt / detekt

Static code analysis for Kotlin
https://detekt.dev
Apache License 2.0
6.1k stars 758 forks source link

Add `private` to `serialVersionUID` on docs #7294

Closed baseballyama closed 4 weeks ago

baseballyama commented 4 weeks ago

I guess https://github.com/detekt/detekt/pull/5798 forgot to update the document.

detekt-ci commented 4 weeks ago
Warnings
:warning: It looks like this PR contains functional changes without a corresponding test.
:warning: This PR is approved with no milestone set. If merged, it won't appear in the detekt release notes.
:warning: It looks like you're editing the **versioned copy** of our website. This affects only users on the 'current' version of detekt, and it's correct only if you intend to fix the documentation for an **already released** version of detekt. Most of the time you want to update also the docs inside `website/docs/` as well, so this change will reflect also for documentation on **future versions** of detekt.
Messages
:book: Thank you very much for making [our website](https://detekt.dev/) better :heart:!

Generated by :no_entry_sign: dangerJS against 18de6c26f74b723033dc236762a7b503a16c005d

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.77%. Comparing base (bdbaf25) to head (18de6c2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7294 +/- ## ========================================= Coverage 84.77% 84.77% Complexity 3992 3992 ========================================= Files 578 578 Lines 12026 12026 Branches 2477 2477 ========================================= Hits 10195 10195 Misses 606 606 Partials 1225 1225 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.