Skip to content

Added Backspace String Compare problem in DSA #15

Added Backspace String Compare problem in DSA

Added Backspace String Compare problem in DSA #15

Re-run triggered October 29, 2023 16:33
Status Success
Total duration 45s
Artifacts

linting.yml

on: pull_request
checkout
7s
checkout
java-linter  /  java-linter
16s
java-linter / java-linter
c-cpp-linter  /  c-cpp-linter
c-cpp-linter / c-cpp-linter
javascript-linter  /  eslint
javascript-linter / eslint
python-linter  /  python-linter
python-linter / python-linter
java-linter  /  need-help
0s
java-linter / need-help
other-linter
0s
other-linter
Fit to window
Zoom out
Zoom in

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#L40
[reviewdog] reported by reviewdog 🐶 'while' construct must use '{}'s. Raw Output: /github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:40: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#L43
[reviewdog] reported by reviewdog 🐶 'while' construct must use '{}'s. Raw Output: /github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:43: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#L52
[reviewdog] reported by reviewdog 🐶 ',' is not followed by whitespace. Raw Output: /github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:52:42: warning: ',' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)