Skip to content

chore(deps): update peter-evans/create-pull-request action to v5 (#27) #12

chore(deps): update peter-evans/create-pull-request action to v5 (#27)

chore(deps): update peter-evans/create-pull-request action to v5 (#27) #12

GitHub Actions / checkstyle completed Jul 10, 2023 in 1s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (21)

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

Filtered Findings (0)

Annotations

Check warning on line 8 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L8 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./testdata/subdir/Application.java:8:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)

Check warning on line 11 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L11 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./testdata/subdir/Application.java:11:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 12 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L12 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def' child has incorrect indentation level 16, expected level should be 4.
Raw output
/github/workspace/./testdata/subdir/Application.java:12:17: warning: 'method def' child has incorrect indentation level 16, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 13 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L13 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./testdata/subdir/Application.java:13:5: warning: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 15 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L15 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./testdata/subdir/Application.java:15:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 15 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L15 <com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck>

Method name 'DoReallyNothing' must match pattern '^[a-z][a-z0-9]\w*$'.
Raw output
/github/workspace/./testdata/subdir/Application.java:15:18: warning: Method name 'DoReallyNothing' must match pattern '^[a-z][a-z0-9]\w*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck)

Check warning on line 16 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L16 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def' child has incorrect indentation level 28, expected level should be 4.
Raw output
/github/workspace/./testdata/subdir/Application.java:16:29: warning: 'method def' child has incorrect indentation level 28, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 17 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L17 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./testdata/subdir/Application.java:17:5: warning: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 25 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L25 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./testdata/subdir/Application.java:25:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 27 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L27 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def' child has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./testdata/subdir/Application.java:27:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 28 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L28 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'block' child has incorrect indentation level 12, expected level should be 10.
Raw output
/github/workspace/./testdata/subdir/Application.java:28:13: warning: 'block' child has incorrect indentation level 12, expected level should be 10. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 30 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L30 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 100 characters (found 167).
Raw output
/github/workspace/./testdata/subdir/Application.java:30:0: warning: Line is longer than 100 characters (found 167). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 30 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L30 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'block' child has incorrect indentation level 12, expected level should be 10.
Raw output
/github/workspace/./testdata/subdir/Application.java:30:13: warning: 'block' child has incorrect indentation level 12, expected level should be 10. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 30 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L30 <com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck>

Local variable name 'LongString' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
Raw output
/github/workspace/./testdata/subdir/Application.java:30:17: warning: Local variable name 'LongString' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. (com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck)

Check warning on line 32 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L32 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'block' child has incorrect indentation level 12, expected level should be 10.
Raw output
/github/workspace/./testdata/subdir/Application.java:32:13: warning: 'block' child has incorrect indentation level 12, expected level should be 10. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 33 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L33 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'block' child has incorrect indentation level 12, expected level should be 10.
Raw output
/github/workspace/./testdata/subdir/Application.java:33:13: warning: 'block' child has incorrect indentation level 12, expected level should be 10. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 34 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L34 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'for' has incorrect indentation level 12, expected level should be 10.
Raw output
/github/workspace/./testdata/subdir/Application.java:34:13: warning: 'for' has incorrect indentation level 12, expected level should be 10. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 34 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L34 <com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck>

'(' is followed by whitespace.
Raw output
/github/workspace/./testdata/subdir/Application.java:34:17: warning: '(' is followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck)

Check warning on line 35 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L35 <com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck>

'{' at column 13 should be on the previous line.
Raw output
/github/workspace/./testdata/subdir/Application.java:35:13: warning: '{' at column 13 should be on the previous line. (com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck)

Check warning on line 36 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L36 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14.
Raw output
/github/workspace/./testdata/subdir/Application.java:36:17: warning: 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

Check warning on line 39 in testdata/subdir/Application.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] testdata/subdir/Application.java#L39 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./testdata/subdir/Application.java:39:5: warning: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)