Some Graph Problems Added #24
Annotations
1 error and 10 warnings
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
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
This job failed
Loading