Added Backspace String Compare problem in DSA #13
linting.yml
on: pull_request
checkout
9s
c-cpp-linter
/
c-cpp-linter
javascript-linter
/
eslint
python-linter
/
python-linter
other-linter
0s
Annotations
1 error and 11 warnings
java-linter / java-linter
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
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#L8
[reviewdog] reported by reviewdog 🐶
'for' is not followed by whitespace.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:8:5: warning: 'for' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L8
[reviewdog] reported by reviewdog 🐶
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:8:5: warning: WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L9
[reviewdog] reported by reviewdog 🐶
'if' is not followed by whitespace.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:9:7: warning: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L9
[reviewdog] reported by reviewdog 🐶
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:9:7: warning: WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L9
[reviewdog] reported by reviewdog 🐶
WhitespaceAround: '{' is not preceded with whitespace.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:9:20: warning: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L10
[reviewdog] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:10:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L10
[reviewdog] reported by reviewdog 🐶
'if' is not followed by whitespace.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:10:9: warning: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L10
[reviewdog] reported by reviewdog 🐶
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:10:9: warning: WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L17
[reviewdog] reported by reviewdog 🐶
'for' is not followed by whitespace.
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:17:5: warning: 'for' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
java-linter / java-linter:
Solved-Problems/Backspace_String_Compare/Main.java#L17
[reviewdog] reported by reviewdog 🐶
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./Solved-Problems/Backspace_String_Compare/Main.java:17:5: warning: WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|