OpenEMS / openems

OpenEMS - Open Source Energy Management System
GNU Affero General Public License v3.0
821 stars 405 forks source link

Update Checkstyle to 10.18.2 #2847

Closed sfeilmeier closed 1 month ago

sfeilmeier commented 1 month ago

See https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.18.2 for details.

Unfortunately Checkstyle by default requires no newline after <p> in JavaDoc, whereas Eclipse IDE automatically adds one by default. This is PR disables this check.

codecov[bot] commented 1 month ago

Codecov Report

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #2847 +/- ## ========================================== Coverage 56.40% 56.40% Complexity 8667 8667 ========================================== Files 2147 2147 Lines 90682 90682 Branches 6746 6746 ========================================== Hits 51136 51136 Misses 37721 37721 Partials 1825 1825 ```