Skip to content

Add yamllint.yml GitHub workflow #25

Add yamllint.yml GitHub workflow

Add yamllint.yml GitHub workflow #25

GitHub Actions / checkstyle succeeded Oct 14, 2023 in 0s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (0)
Filtered 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.