Added Backspace String Compare problem in DSA #16
Annotations
3 warnings
Solved-Problems/Backspace_String_Compare/Main.java#L36
[reviewdog] reported by reviewdog 🐶
'while' construct must use '{}'s.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:36:5: warning: 'while' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
Solved-Problems/Backspace_String_Compare/Main.java#L39
[reviewdog] reported by reviewdog 🐶
'while' construct must use '{}'s.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:39:5: warning: 'while' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
Solved-Problems/Backspace_String_Compare/Main.java#L48
[reviewdog] reported by reviewdog 🐶
',' is not followed by whitespace.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:48:42: warning: ',' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
The logs for this run have expired and are no longer available.
Loading