Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update peter-evans/create-pull-request action to v7.0.2 #237

Merged
merged 1 commit into from
Sep 12, 2024

chore(deps): update peter-evans/create-pull-request action to v7.0.2

34ed5f3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): update peter-evans/create-pull-request action to v7.0.2 #237

chore(deps): update peter-evans/create-pull-request action to v7.0.2
34ed5f3
Select commit
Loading
Failed to load commit list.
GitHub Actions / checkstyle succeeded Sep 12, 2024 in 0s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (21)

testdata/java/Application.java|8 col 1| Missing a Javadoc comment.
testdata/java/Application.java|11 col 5| 'method def modifier' has incorrect indentation level 4, expected level should be 2.
testdata/java/Application.java|12 col 17| 'method def' child has incorrect indentation level 16, expected level should be 4.
testdata/java/Application.java|13 col 5| 'method def rcurly' has incorrect indentation level 4, expected level should be 2.
testdata/java/Application.java|15 col 5| 'method def modifier' has incorrect indentation level 4, expected level should be 2.
testdata/java/Application.java|15 col 18| Method name 'DoReallyNothing' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.
testdata/java/Application.java|16 col 29| 'method def' child has incorrect indentation level 28, expected level should be 4.
testdata/java/Application.java|17 col 5| 'method def rcurly' has incorrect indentation level 4, expected level should be 2.
testdata/java/Application.java|25 col 5| 'method def modifier' has incorrect indentation level 4, expected level should be 2.
testdata/java/Application.java|27 col 9| 'method def' child has incorrect indentation level 8, expected level should be 4.
testdata/java/Application.java|28 col 13| 'block' child has incorrect indentation level 12, expected level should be 10.
testdata/java/Application.java|30| Line is longer than 100 characters (found 167).
testdata/java/Application.java|30 col 13| 'block' child has incorrect indentation level 12, expected level should be 10.
testdata/java/Application.java|30 col 17| Local variable name 'LongString' must match pattern '^a-z?$'.
testdata/java/Application.java|32 col 13| 'block' child has incorrect indentation level 12, expected level should be 10.
testdata/java/Application.java|33 col 13| 'block' child has incorrect indentation level 12, expected level should be 10.
testdata/java/Application.java|34 col 13| 'for' has incorrect indentation level 12, expected level should be 10.
testdata/java/Application.java|34 col 17| '(' is followed by whitespace.
testdata/java/Application.java|35 col 13| '{' at column 13 should be on the previous line.
testdata/java/Application.java|36 col 17| 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14.
testdata/java/Application.java|39 col 5| 'method def rcurly' has incorrect indentation level 4, expected level should be 2.