Some Graph Problems Added #28
linting.yml
on: pull_request
checkout
8s
c-cpp-linter
/
c-cpp-linter
javascript-linter
/
eslint
python-linter
/
python-linter
other-linter
0s
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/
|