Skip to content

build(deps): bump actions/setup-java from 3.13.0 to 4.4.0 #423

build(deps): bump actions/setup-java from 3.13.0 to 4.4.0

build(deps): bump actions/setup-java from 3.13.0 to 4.4.0 #423

GitHub Actions / reviewdog succeeded Sep 24, 2024 in 0s

reviewdog report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (18)

src/test/java/group/AppTest.java|11 col 1| 'class def lcurly' has incorrect indentation level 0, expected level should be 2.
src/test/java/group/AppTest.java|11 col 1| '{' at column 1 should be on the previous line.
src/test/java/group/AppTest.java|12| First sentence of Javadoc is missing an ending period.
src/test/java/group/AppTest.java|17 col 5| '{' at column 5 should be on the previous line.
src/test/java/group/AppTest.java|18 col 9| 'method def' child has incorrect indentation level 8, expected level should be 6.
src/test/java/group/AppTest.java|18 col 19| '(' is followed by whitespace.
src/test/java/group/AppTest.java|18 col 26| ')' is preceded with whitespace.
src/test/java/group/AppTest.java|20 col 1| 'class def rcurly' has incorrect indentation level 0, expected level should be 2.
src/main/java/group/App.java|3| First sentence of Javadoc is missing an ending period.
src/main/java/group/App.java|8 col 1| 'class def lcurly' has incorrect indentation level 0, expected level should be 2.
src/main/java/group/App.java|8 col 1| '{' at column 1 should be on the previous line.
src/main/java/group/App.java|9 col 28| '(' is followed by whitespace.
src/main/java/group/App.java|9 col 44| ')' is preceded with whitespace.
src/main/java/group/App.java|10 col 5| '{' at column 5 should be on the previous line.
src/main/java/group/App.java|11 col 9| 'method def' child has incorrect indentation level 8, expected level should be 6.
src/main/java/group/App.java|11 col 27| '(' is followed by whitespace.
src/main/java/group/App.java|11 col 44| ')' is preceded with whitespace.
src/main/java/group/App.java|13 col 1| 'class def rcurly' has incorrect indentation level 0, expected level should be 2.