Some Graph Problems Added #24
linting.yml
on: pull_request
checkout
4s
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:
SolvedProblems/GraphTheory/DFS.java#L1
[reviewdog] reported by reviewdog 🐶
Package name 'DSA.DSA.SolvedProblems.GraphTheory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:1:9: warning: Package name 'DSA.DSA.SolvedProblems.GraphTheory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck)
|
java-linter / java-linter:
SolvedProblems/GraphTheory/DFS.java#L9
[reviewdog] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:9:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
java-linter / java-linter:
SolvedProblems/GraphTheory/DFS.java#L9
[reviewdog] reported by reviewdog 🐶
Abbreviation in name 'DFS' must contain no more than '1' consecutive capital letters.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:9:14: warning: Abbreviation in name 'DFS' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
|
java-linter / java-linter:
SolvedProblems/GraphTheory/DFS.java#L16
[reviewdog] reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:16: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:
SolvedProblems/GraphTheory/DFS.java#L16
[reviewdog] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:16:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
java-linter / java-linter:
SolvedProblems/GraphTheory/DFS.java#L17
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:17: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:
SolvedProblems/GraphTheory/DFS.java#L18
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:18: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:
SolvedProblems/GraphTheory/DFS.java#L18
[reviewdog] reported by reviewdog 🐶
Array brackets at illegal position.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:18:30: warning: Array brackets at illegal position. (com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck)
|
java-linter / java-linter:
SolvedProblems/GraphTheory/DFS.java#L19
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:19: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:
SolvedProblems/GraphTheory/DFS.java#L19
[reviewdog] reported by reviewdog 🐶
Array brackets at illegal position.
Raw Output:
/github/workspace/./SolvedProblems/GraphTheory/DFS.java:19:20: warning: Array brackets at illegal position. (com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck)
|
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/
|