You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can see that build fails, which makes the GitHub Action for the autoformatter fail. This obviously is problematic, since the autoformatter is supposed to fix these CheckStyle issues.
Steps to Reproduce
N/A
Expected Behavior
The autoformatter should run. In this case, we should change the expected behavior of CheckStyle to not require braces when there is only 1 line inside of a code block. For example, this code should be allowed:
if (true)
System.out.println("Hello World");
Screenshots
No response
Puzzle Files
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Description
For this action run: https://github.com/Bram-Hub/LEGUP/actions/runs/8712645184/job/23899374282?pr=812
We can see that build fails, which makes the GitHub Action for the autoformatter fail. This obviously is problematic, since the autoformatter is supposed to fix these CheckStyle issues.
Steps to Reproduce
N/A
Expected Behavior
The autoformatter should run. In this case, we should change the expected behavior of CheckStyle to not require braces when there is only 1 line inside of a code block. For example, this code should be allowed:
Screenshots
No response
Puzzle Files
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: