Added Backspace String Compare problem in DSA #16
linting.yml
on: pull_request
checkout
13s
c-cpp-linter
/
c-cpp-linter
javascript-linter
/
eslint
python-linter
/
python-linter
other-linter
0s
Annotations
4 warnings
checkout
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
java-linter / java-linter:
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)
|
java-linter / java-linter:
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)
|
java-linter / java-linter:
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)
|