PatchworkMC / patchwork-patcher

Patches Forge mod jars, allowing them to be loaded by Fabric
GNU Lesser General Public License v3.0
315 stars 33 forks source link

Sonarlint + fabricformat + checkstyle #14

Closed TheGlitch76 closed 4 years ago

TheGlitch76 commented 4 years ago

No actual logic was changed, most of the diff is Fabric format being applied to the project. There are a lot of unclosed/poorly handled streams littered through Patcher, I think I only fixed two of them in this PR. The only major change in logic is the removal of unused method parameters in AnnotationProcessor.

TheGlitch76 commented 4 years ago

This started as prep work for the github actions PR and turned into a slightly more serious cleanup