jenkinsci / oic-auth-plugin

A Jenkins plugin which lets you login to Jenkins using your own, self-hosted or public openid connect server.
https://plugins.jenkins.io/oic-auth
MIT License
71 stars 88 forks source link

Re-activate spotless #311

Closed krezovic closed 4 months ago

krezovic commented 4 months ago

Follow-up for 57eca2d7

It appears that the maven property override disabled the options initially used to format the project, so right now there's spaghetti formatting enabled.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 71.42857% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 73.32%. Comparing base (e327bf2) to head (1354b94). Report is 6 commits behind head on master.

Files Patch % Lines
...va/org/jenkinsci/plugins/oic/OicSecurityRealm.java 66.66% 2 Missing and 1 partial :warning:
...jenkinsci/plugins/oic/OicJsonWebTokenVerifier.java 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #311 +/- ## ============================================ - Coverage 73.35% 73.32% -0.04% Complexity 211 211 ============================================ Files 10 10 Lines 882 881 -1 Branches 124 124 ============================================ - Hits 647 646 -1 Misses 172 172 Partials 63 63 ```

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

michael-doubez commented 4 months ago

LGTM