Skip to content

Some Graph Problems Added #28

Some Graph Problems Added

Some Graph Problems Added #28

Re-run triggered September 30, 2024 08:29
Status Failure
Total duration 1m 24s
Artifacts

linting.yml

on: pull_request
checkout
8s
checkout
java-linter  /  java-linter
15s
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
29s
java-linter / need-help
other-linter
0s
other-linter
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4.7.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
checkout
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L3
[reviewdog] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:3:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L4
[reviewdog] reported by reviewdog 🐶 'method def modifier' has incorrect indentation level 4, expected level should be 2. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:4:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L4
[reviewdog] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:4:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L5
[reviewdog] reported by reviewdog 🐶 'method def' child has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:5:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L6
[reviewdog] reported by reviewdog 🐶 'method def' child has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:6:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L9
[reviewdog] reported by reviewdog 🐶 'method def' child has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:9:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L10
[reviewdog] reported by reviewdog 🐶 'method def' child has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:10:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L12
[reviewdog] reported by reviewdog 🐶 'method def rcurly' has incorrect indentation level 4, expected level should be 2. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:12:5: warning: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L14
[reviewdog] reported by reviewdog 🐶 'class def modifier' has incorrect indentation level 4, expected level should be 2. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:14:5: warning: 'class def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/GraphTheory/BellmanFord.java#L15
[reviewdog] reported by reviewdog 🐶 'member def type' has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/GraphTheory/BellmanFord.java:15:9: warning: 'member def type' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / need-help
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4.7.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/