Checkstyle MethodLength in Serverapp #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report
Environment
259.3.1Summary
Checkstyle termiantes with a MeethodLine error in the serverapp `RegisterCommands` function. This function cant be shortened as all available commands need to be registered in that single function
Expected Behavior
Checkstyle should complete with a sucess response
Actual Behavior
Checkstyle terminaes with an error response
Steps to Reproduce
./gradlew.bat check
Stack Trace / Error Message
Possible Cause / Notes
could be fixed by exempting
serverApp.javafrom cehckstyleChecklist
assigned to @lars.winzer
created branch
feat/98-checkstyle-methodlength-in-serverappto address this issuementioned in merge request !101
mentioned in commit
15ab6faf2e